GlobalStateKey<T extends State<StatefulComponent> >.constructor constructor
const
GlobalStateKey<T extends State<StatefulComponent> >.constructor ()
Creates a global state key without a label.
Used by subclasses because the factory constructor shadows the implicit constructor.
Implementation
const GlobalStateKey.constructor() : super.constructor();