GroupsQuery constructor
GroupsQuery(
- String? searchTerm
Implementation
GroupsQuery(String? searchTerm) {
this.searchTerm = searchTerm;
}
GroupsQuery(String? searchTerm) {
this.searchTerm = searchTerm;
}