fromJson static method
Implementation
static FBlendMode fromJson(final String json) =>
FBlendMode(value: EnumToString.fromString(BlendMode.values, json)!);
static FBlendMode fromJson(final String json) =>
FBlendMode(value: EnumToString.fromString(BlendMode.values, json)!);