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