HubGroup copyWith({int? groupId, String? name}) { return HubGroup(groupId: groupId ?? this.groupId, name: name ?? this.name); }