fromValue static method
Implementation
static EpicUpdateBeanColorKey fromValue(String value) =>
values.firstWhere((e) => e.value == value,
orElse: () => EpicUpdateBeanColorKey._(value));
static EpicUpdateBeanColorKey fromValue(String value) =>
values.firstWhere((e) => e.value == value,
orElse: () => EpicUpdateBeanColorKey._(value));