getByValue static method
Implementation
static ImageFormat getByValue(int value) {
return ImageFormat.values.firstWhere((x) => x.rawValue == value);
}
static ImageFormat getByValue(int value) {
return ImageFormat.values.firstWhere((x) => x.rawValue == value);
}