valueTime property
Time?
get
valueTime
Returns the value of the observation if it's a time.
Implementation
Time? get valueTime => _getTime(_json, 'valueTime');
Returns the value of the observation if it's a time.
Time? get valueTime => _getTime(_json, 'valueTime');