tag property

  1. @override
String? tag
final

The tag of the repository. This is used to identify the repository in the cache. If the tag is not null, the repository will use the tag to create unique keys for the cache. A commom use case for this is when you want to cache for different users. In this case, you can use the user id (e.g. e-mail) as the tag.

Implementation

@override
final String? tag;