GroupResponse constructor

GroupResponse({
  1. Group group,
  2. List<Group> groups,
})

Implementation

GroupResponse({this.group, this.groups});