isDouble property

bool 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;