ControllerSample constructor

ControllerSample(
  1. String path,
  2. String _fileName,
  3. bool _isServer, {
  4. bool overwrite = false,
})

Implementation

ControllerSample(String path, this._fileName, this._isServer,
    {bool overwrite = false})
    : super(path, overwrite: overwrite);