GroupV2 copyWith({String? id, String? name, String? description}) { return GroupV2( id: id ?? this.id, name: name ?? this.name, description: description ?? this.description); }