ArcScreenSample constructor

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

Implementation

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