GetUserGroupResponse constructor

const GetUserGroupResponse({
  1. required String duration,
  2. UserGroupResponse? userGroup,
})

Implementation

const GetUserGroupResponse({
  required this.duration,
  this.userGroup,
});