State<T> constructor

State<T>(
  1. T source
)

Implementation

State(this.source);