low property

  1. @JsonKey(name: 'Low')
Quantity? low
inherited

The low limit. The boundary is inclusive.

Implementation

@JsonKey(name: 'Low')
Quantity? get low => throw _privateConstructorUsedError;