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