exists property

bool get exists

Implementation

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