storageToken property

  1. @nonVirtual
String storageToken

storageToken is used as registration token for hydrated storage. Composed of storagePrefix and id.

Implementation

@nonVirtual
String get storageToken => '$storagePrefix$id';