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