Returns true if this pointer is not NULL.
true
A pointer is considered not NULL when its address is not equal to 0.
NULL
0
@pragma('vm:prefer-inline') bool get isNotNull => address != NULL;