State<S, A> constructor

State<S, A>(
  1. dynamic _f(
    1. S state
    )
)

Implementation

State(this._f);