isNotNull property

bool get isNotNull

isNull function to show if this object is not null or not

Implementation

bool get isNotNull{
  return this != null;
}