valueBoolean property

bool? get valueBoolean

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

Implementation

bool? get valueBoolean => _json.getValue('valueBoolean').booleanValue;