GroupsLoaded constructor
const
GroupsLoaded({})
Implementation
const GroupsLoaded({
required this.groups,
this.hasMore = true,
this.isLoadingMore = false,
this.selectedGroups = const {},
this.searchKeyword,
});