fromValue static method

GlobalScopeBeanAttributes fromValue(
  1. String value
)

Implementation

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