FormController<T> constructor

FormController<T>(
  1. T _state
)

Implementation

FormController(this._state);