width property

  1. @JsonKey(name: 'width')
int? width
final

The actual width (px) of the thumbnail or icon.

Implementation

@JsonKey(name: 'width')
final int? width;