copyWith method

Implementation

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