PageStorageKey<T> constructor

const PageStorageKey<T>(
  1. T value
)

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

Implementation

const PageStorageKey(super.value);