isNull property

bool isNull

Implementation

bool get isNull {
  var self = this;
  return self == null || self.isNull;
}