Whether this VARIANT represents a COM null (VT_NULL).
null
@pragma('vm:prefer-inline') bool get isNull => vt == VT_NULL;