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