isNull property

bool get isNull

isNull function to show if this object is null or not

Implementation

bool get isNull{
  return this == null;
}