gifWidth property

  1. @JsonKey(name: 'gif_width')
int? get gifWidth
inherited

Optional. Width of the GIF

Implementation

@JsonKey(name: 'gif_width')
int? get gifWidth;