MVVM<T extends ViewModel> constructor
const
MVVM<T extends ViewModel> ({})
Implementation
const MVVM({
Key? key,
required this.view,
required this.viewModel,
this.disposeVM = true,
this.implicitView = true,
this.initOnce = false,
}) : super(key: key);