width property

int? get width

The width of the original photo in pixels.

Implementation

int? get width => payload['width'];