isNotNull property

bool get isNotNull

isNotNull: Checks if the object is not null.

Implementation

bool get isNotNull {
  return !isNull;
}