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