isNull property

bool get isNull

isNull: Checks if the object is null.

Implementation

bool get isNull {
  return this == null;
}