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