copyWith method
Implementation
BoardAdminsBeanGroupsItem copyWith({String? name, String? self}) {
return BoardAdminsBeanGroupsItem(
name: name ?? this.name,
self: self ?? this.self,
);
}
BoardAdminsBeanGroupsItem copyWith({String? name, String? self}) {
return BoardAdminsBeanGroupsItem(
name: name ?? this.name,
self: self ?? this.self,
);
}