ControllerSample constructor

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

Implementation

ControllerSample(
  super.path,
  this._fileName,
  this._stateDir,
  this._isServer, {
  super.overwrite,
});