height property

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

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

Implementation

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