getByValue static method
Implementation
static UAClassEurope? getByValue(int value) {
return UAClassEurope.values.firstWhereOrNull((type) => type.value == value);
}
static UAClassEurope? getByValue(int value) {
return UAClassEurope.values.firstWhereOrNull((type) => type.value == value);
}