width property

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

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

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? width;