Check if this is in the null state.
true iff this is in the null state, otherwise false.
Nullable!int ni; assert(ni.isNull); ni = 0; assert(!ni.isNull);
See Implementation
Check if this is in the null state.