ListGroupsResponse constructor
ListGroupsResponse({
- List<
GroupInformation> ? groups, - String? nextToken,
Implementation
ListGroupsResponse({
this.groups,
this.nextToken,
});