DescribeGroupsResponse constructor
DescribeGroupsResponse({
- List<
GroupMetadata> ? groups, - String? marker,
Implementation
DescribeGroupsResponse({
this.groups,
this.marker,
});