GroupDto constructor
GroupDto({})
Returns a new GroupDto instance.
Implementation
GroupDto({
required this.id,
this.rev,
this.deletionDate,
this.name,
this.password,
this.servers = const [],
required this.superAdmin,
this.properties = const {},
this.superGroup,
});