isBool property
bool
get
isBool
Returns true if the underlying value was encoded as a bool.
Implementation
bool get isBool => _valueType == ValueType.Bool;
Returns true if the underlying value was encoded as a bool.
bool get isBool => _valueType == ValueType.Bool;