ServiceSample constructor

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

Implementation

ServiceSample(super.path, this._fileName, {super.overwrite});