high property

  1. @JsonKey(name: 'High')
Quantity? high
inherited

The high limit. The boundary is inclusive.

Implementation

@JsonKey(name: 'High')
Quantity? get high => throw _privateConstructorUsedError;