fromJson static method

FFontStyle fromJson(
  1. String json
)

Implementation

static FFontStyle fromJson(final String json) =>
    FFontStyle(value: EnumToString.fromString(FontStyle.values, json)!);