isAtEnd property
dynamic
get
isAtEnd
Indicates if we're at the end of the queried documents.
Note: _isAtStart and _isAtEnd will both be true when the
internal document list of a CollectionWidget is empty.
Implementation
get isAtEnd => _isAtEnd;