isEmpty property

bool get isEmpty

Whether this VARIANT is empty (VT_EMPTY).

Implementation

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