height property

  1. @JsonKey(fromJson: convertToIntIfDoubleValue)
int? height
getter/setter pair

The image height in pixels. If unknown: null or not returned.

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? height;