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