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