valueQuantity property

Quantity? get valueQuantity

Returns the value of the observation if it's a quantity.

Implementation

Quantity? get valueQuantity => _getQuantity(_json, 'valueQuantity');