NanoafCheckOutcome constructor

const NanoafCheckOutcome({
  1. required NanoafCheckResult result,
  2. String? targetPath,
})

Implementation

const NanoafCheckOutcome({
  required this.result,
  this.targetPath,
});