isNotNull property

bool get isNotNull

Check if the data is not null

Implementation

bool get isNotNull {
  return _value != null;
}