cbl
cbl
Database
count property
count
count
property
Null safety
FutureOr
<
int
>
count
The total number of documents in the database.
Implementation
FutureOr<int> get count;
cbl
cbl
Database
count property
Database class
Constructors
Database
Properties
config
count
hashCode
indexes
isClosed
name
path
runtimeType
Methods
addChangeListener
addDocumentChangeListener
changeEncryptionKey
changes
close
createIndex
delete
deleteDocument
deleteIndex
document
documentChanges
getDocumentExpiration
inBatch
noSuchMethod
performMaintenance
purgeDocument
purgeDocumentById
removeChangeListener
saveDocument
saveDocumentWithConflictHandler
setDocumentExpiration
toString
Operators
operator ==
operator []
Static properties
log
Static methods
copy
copySync
exists
existsSync
openAsync
openSync
remove
removeSync