copyWith method
Implementation
EpicUpdateBeanColor copyWith({EpicUpdateBeanColorKey? key}) {
return EpicUpdateBeanColor(
key: key ?? this.key,
);
}
EpicUpdateBeanColor copyWith({EpicUpdateBeanColorKey? key}) {
return EpicUpdateBeanColor(
key: key ?? this.key,
);
}