height property

  1. @JsonKey(name: 'h')
int height
inherited

The height of this image.

Implementation

@JsonKey(name: 'h')
int get height => throw _privateConstructorUsedError;