ModelMVC constructor

ModelMVC([
  1. StateMVC<StatefulWidget>? state
])

Implementation

ModelMVC([StateMVC? state]) : super() {
  _pushState(state);
}