getGroupListStream property

Stream<List<Group>>? getGroupListStream

Implementation

Stream<List<Group>>? get getGroupListStream =>
    controller.getStreamById(communityId);