isNullPointer property
bool
get
isNullPointer
Returns true if this is a nullptr
.
Implementation
bool get isNullPointer => _isNotNull && this!.address == nullptr.address;
Returns true if this is a nullptr
.
bool get isNullPointer => _isNotNull && this!.address == nullptr.address;