carp_webservices package
documentation
carp_services
DocumentSnapshot
exists property
exists
carp_webservices package
documentation
carp_services
DocumentSnapshot
exists property
DocumentSnapshot class
Properties
collectionId
collections
createdAt
createdByUserId
data
exists
hashCode
id
name
path
runtimeType
snapshot
updatedAt
Methods
noSuchMethod
toString
Operators
operator ==
operator []
exists
property
bool
exists
Returns
true
if the document exists.
Implementation
bool get exists => data != null;