valueInteger property
int?
get
valueInteger
Returns the value of the observation if it's an integer.
Implementation
int? get valueInteger => _json.getValue('valueInteger').integerValue;
Returns the value of the observation if it's an integer.
int? get valueInteger => _json.getValue('valueInteger').integerValue;