width property

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

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

Implementation

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