ViewMVC<T extends StatefulWidget> constructor
ViewMVC<T extends StatefulWidget> ({})
Implementation
ViewMVC({
ControllerMVC? controller,
this.controllers,
this.object,
}) : super(controller) {
addList(controllers?.toList());
}