exists property

bool exists

Ascertains whether the value exists at the Firebase Database location.

Implementation

bool get exists => _delegate?.exists ?? false;