exists property

bool exists

Returns true if the DocumentSnapshot exists.

Implementation

bool get exists => _delegate.exists;