GetGroupResponse constructor

GetGroupResponse({
  1. required Group group,
  2. required List<User> users,
  3. bool? isTruncated,
  4. String? marker,
})

Implementation

GetGroupResponse({
  required this.group,
  required this.users,
  this.isTruncated,
  this.marker,
});