listUpdateToken property

String? listUpdateToken
final

A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.

Implementation

final String? listUpdateToken;