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