ArcScreenSample constructor

ArcScreenSample(
  1. String path,
  2. String fileName, {
  3. bool overwrite = false,
  4. bool isExample = false,
})

Implementation

ArcScreenSample(super.path, String fileName,
    {super.overwrite, this.isExample = false});