length property

int get length

Getter to obtain the number of documents in the collection.

Implementation

int get length => get().length;