isNull property

bool isNull

Whether the lpVtbl is a null pointer.

Implementation

bool get isNull => lpVtbl.address == 0;