fromJson static method

FBoxFit fromJson(
  1. String json
)

Implementation

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