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