fromValue static method
Implementation
static ItemProperty fromValue(String value) {
return ItemProperty.values.firstWhere((item) => item.value == value);
}
static ItemProperty fromValue(String value) {
return ItemProperty.values.firstWhere((item) => item.value == value);
}