GetViewSample constructor

GetViewSample(
  1. String path,
  2. String _viewName,
  3. String _viewModel,
  4. String _viewModelDir, {
  5. bool overwrite = false,
})

Implementation

GetViewSample(super.path, this._viewName, this._viewModel,
    this._viewModelDir,
    {super.overwrite});