GlobalObjectStateKey<T extends State<StatefulComponent> > constructor
const
GlobalObjectStateKey<T extends State<StatefulComponent> > (
- Object value
Creates a global key that uses identical on value for its operator==.
Implementation
const GlobalObjectStateKey(this.value) : super.constructor();