fromValue static method
Implementation
static MobiEncoding fromValue(int value) {
return MobiEncoding.values.firstWhere((element) => element.value == value);
}
static MobiEncoding fromValue(int value) {
return MobiEncoding.values.firstWhere((element) => element.value == value);
}