valueQuantity property
Quantity?
get
valueQuantity
Returns the value of the observation if it's a quantity.
Implementation
Quantity? get valueQuantity => _getQuantity(_json, 'valueQuantity');
Returns the value of the observation if it's a quantity.
Quantity? get valueQuantity => _getQuantity(_json, 'valueQuantity');