isNull property

bool get isNull

Check if the data is null

Implementation

bool get isNull {
  return _value == null;
}