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