AfHelperCheckOutcome constructor

const AfHelperCheckOutcome({
  1. required AfHelperCheckResult result,
  2. String? targetPath,
})

Implementation

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