itemCount property

int itemCount

Returns the number of items from the snapshot, assuming the data exists.

Implementation

int get itemCount => data!.itemCount;