thumbhash property
- @JsonKey(fromJson: fromGraphQLThumbHashNullableToDartThumbHashNullable, toJson: fromDartThumbHashNullableToGraphQLThumbHashNullable)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLThumbHashNullableToDartThumbHashNullable,
toJson: fromDartThumbHashNullableToGraphQLThumbHashNullable)
ThumbHash? thumbhash;