PageStorageKey<T> constructor

const PageStorageKey<T>(T value)

Creates a ValueKey that defines where PageStorage values will be saved.

Implementation

const PageStorageKey(T value) : super(value);