UserGroupDto constructor
Returns a new UserGroupDto instance.
Implementation
UserGroupDto({
this.groupId,
this.userId,
this.groupName,
});
Returns a new UserGroupDto instance.
UserGroupDto({
this.groupId,
this.userId,
this.groupName,
});