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