GetViewSample constructor

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

Implementation

GetViewSample(String path, this._viewName, this._controller,
    this._controllerDir, this._isServer,
    {bool overwrite = false})
    : super(path, overwrite: overwrite);