BindingSample constructor

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

Implementation

BindingSample(
    super.path, this._fileName, this._bindingName, this._controllerDir,
    {super.overwrite});