StateProvider<M> constructor
StateProvider<M> (
- M _model
Implementation
StateProvider(this._model) {
_instances[this.runtimeType] = this;
}
StateProvider(this._model) {
_instances[this.runtimeType] = this;
}