ListGroupsForUserResponse constructor

ListGroupsForUserResponse({
  1. required List<Group> groups,
  2. bool? isTruncated,
  3. String? marker,
})

Implementation

ListGroupsForUserResponse({
  required this.groups,
  this.isTruncated,
  this.marker,
});