State<T> constructor

State<T>(
  1. T input
)

Implementation

State(this.input);