appendKey property
PageKey?
appendKey
final
The key to be used to fetch the next page of data (newer content).
If null, it signifies that there is no next page to load, effectively
marking the end of the dataset.
Implementation
final PageKey? appendKey;