count property

  1. @Deprecated('Use defaultCollection.count instead.')
  2. @override
int count
override

The total number of documents in the database.

Implementation

@Deprecated('Use defaultCollection.count instead.')
@override
int get count;