isNotNullAndIsNotNullPointer property

bool get isNotNullAndIsNotNullPointer

Returns true if this is neither null nor a nullptr.

Implementation

bool get isNotNullAndIsNotNullPointer => _isNotNull && isNotNullPointer;