size property

  1. @override
int size
override

Returns the size (number of documents) of this snapshot.

Implementation

@override
int get size => (super.noSuchMethod(Invocation.getter(#size), returnValue: 0) as int);