GetViewSample constructor

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

Implementation

GetViewSample(
    super.path, this._viewName, this._controller, this._controllerDir,
    {super.overwrite});