isNotNullPointer property

bool get isNotNullPointer

Returns true if this is not a nullptr, but also not null.

Implementation

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