CwdScan constructor

const CwdScan(
  1. Uint8List output,
  2. String? cwd, [
  3. String? branch,
  4. String? gitStatus,
  5. String? privilege,
  6. bool completed = false,
])

Creates a scan result.

Implementation

const CwdScan(
  this.output,
  this.cwd, [
  this.branch,
  this.gitStatus,
  this.privilege,
  this.completed = false,
]);