isDouble property
bool
get
isDouble
Returns true if the underlying value was encoded as a float (direct or indirect).
Implementation
bool get isDouble =>
_valueType == ValueType.Float || _valueType == ValueType.IndirectFloat;