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