isNullPointer property

bool get isNullPointer

Returns true if this is a nullptr.

Implementation

bool get isNullPointer => _isNotNull && this!.address == nullptr.address;