nextBackwardToken property

String? nextBackwardToken
final

The token for the next set of items in the backward direction. The token expires after 24 hours. This token is never null. If you have reached the end of the stream, it returns the same token you passed in.

Implementation

final String? nextBackwardToken;