count property

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

The total number of documents in the database.

Implementation

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