SubChatsPage constructor

const SubChatsPage({
  1. dynamic key,
  2. required String spaceId,
})

Implementation

const SubChatsPage({super.key, required this.spaceId});