isNull property

bool get isNull

Whether this VARIANT represents a COM null (VT_NULL).

Implementation

@pragma('vm:prefer-inline')
bool get isNull => vt == VT_NULL;