BindingSample constructor

BindingSample(
  1. String path,
  2. String _fileName,
  3. String _bindingName,
  4. String _controllerDir,
  5. bool _isServer, {
  6. bool overwrite = false,
})

Implementation

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