isNotNull property

bool isNotNull

Implementation

bool get isNotNull {
  var self = this;
  return self != null && self.isNotNull;
}