baseStorageKey property

  1. @protected
String get baseStorageKey

Base part of the storage key. Override if you want something other than runtimeType.

Implementation

@protected
String get baseStorageKey => runtimeType.toString();