fromRawValue static method
Implementation
static InputImageFormat? fromRawValue(int rawValue) {
return InputImageFormatMethods._values
.map((k, v) => MapEntry(v, k))[rawValue];
}
static InputImageFormat? fromRawValue(int rawValue) {
return InputImageFormatMethods._values
.map((k, v) => MapEntry(v, k))[rawValue];
}