fromJson static method
Implementation
static PreprocessingPreset fromJson(String value) =>
PreprocessingPreset.values.firstWhere((e) => e.name == value);
static PreprocessingPreset fromJson(String value) =>
PreprocessingPreset.values.firstWhere((e) => e.name == value);