height property

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

缩略图或图标的实际高度(px)。

Implementation

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