IView<VM extends IViewModel> constructor

IView<VM extends IViewModel>({
  1. Key? key,
})

Implementation

IView({Key? key}) : super(key: key);