fromValue static method

FeatureBeanBoardFeature fromValue(
  1. String value
)

Implementation

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