valuePeriod property
Period?
get
valuePeriod
Returns the value of the observation if it's a period.
Implementation
Period? get valuePeriod => _getPeriod(_json, 'valuePeriod');
Returns the value of the observation if it's a period.
Period? get valuePeriod => _getPeriod(_json, 'valuePeriod');