fromValue static method
Implementation
static DeviceStatus fromValue(int value) {
return values.firstWhere((element) => element.value == value, orElse: () => closeBySelf);
}
static DeviceStatus fromValue(int value) {
return values.firstWhere((element) => element.value == value, orElse: () => closeBySelf);
}