StateProvider<M> constructor

StateProvider<M>(
  1. M _model
)

Implementation

StateProvider(this._model) {
  _instances[this.runtimeType] = this;
}