baseStorageKey property
Base part of the storage key. Override if you want something other than runtimeType.
Implementation
@protected
String get baseStorageKey => runtimeType.toString();
Base part of the storage key. Override if you want something other than runtimeType.
@protected
String get baseStorageKey => runtimeType.toString();