exists property

bool exists

Implementation

bool get exists {
  return _data['value'] != null;
}