ScanOptions constructor
const
ScanOptions({})
Creates a ScanOptions with sensible defaults.
Implementation
const ScanOptions({
this.includeDev = false,
this.fresh = false,
this.offline = false,
this.verbose = false,
this.concurrency = 8,
});