PageStorageKey<T> constructor Null safety

const PageStorageKey<T>(
  1. T value
)

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

Implementation

const PageStorageKey(super.value);