GroupSearchResponse constructor

GroupSearchResponse({
  1. List<Group> groups,
  2. num total,
})

Implementation

GroupSearchResponse({this.groups, this.total});