GlobalObjectStateKey<T extends State<StatefulComponent>> constructor

const GlobalObjectStateKey<T extends State<StatefulComponent>>(
  1. Object value
)

Creates a global key that uses identical on value for its operator==.

Implementation

const GlobalObjectStateKey(this.value) : super.constructor();