exists property

bool exists

Signals whether or not the data exists.

Implementation

bool get exists {
  return _data != null;
}