width property

  1. @JsonKey.new(includeIfNull: false)
int? width
final

Width of the image/video in pixels

Implementation

@JsonKey(includeIfNull: false)
final int? width;