AdjustHelperCheckOutcome constructor

const AdjustHelperCheckOutcome({
  1. required AdjustHelperCheckResult result,
  2. String? targetPath,
})

Implementation

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