PageStorageKey<T> constructor
Null safety
- T value
Creates a ValueKey that defines where PageStorage values will be saved.
Implementation
const PageStorageKey(T value) : super(value);
Creates a ValueKey that defines where PageStorage values will be saved.
const PageStorageKey(T value) : super(value);