GetUserGroupResponse constructor
const
GetUserGroupResponse({
- required String duration,
- UserGroupResponse? userGroup,
Implementation
const GetUserGroupResponse({
required this.duration,
this.userGroup,
});