width property

  1. @JsonKey(name: 'w')
int width
inherited

The height of this image.

Implementation

@JsonKey(name: 'w')
int get width => throw _privateConstructorUsedError;