isNullOrNullPointer property
bool
get
isNullOrNullPointer
Returns true if this is either null or is a nullptr.
Implementation
bool get isNullOrNullPointer => _isNull || isNullPointer;
Returns true if this is either null or is a nullptr.
bool get isNullOrNullPointer => _isNull || isNullPointer;