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