storageToken property

  1. @nonVirtual
String storageToken

storageToken is used as registration token for hydrated storage.

Implementation

@nonVirtual
String get storageToken => '${runtimeType.toString()}$id';