State<T> constructor

const State<T>(
  1. String name,
  2. T value
)

Implementation

const State(this.name, this.value);