isBool property

bool isBool

Returns true if the underlying value was encoded as a bool.

Implementation

bool get isBool => _valueType == ValueType.Bool;