GroupName copyWith({String? groupId, String? name, String? self}) { return GroupName( groupId: groupId ?? this.groupId, name: name ?? this.name, self: self ?? this.self, ); }