AdjustHelperCheckOutcome constructor
const
AdjustHelperCheckOutcome({
- required AdjustHelperCheckResult result,
- String? targetPath,
Implementation
const AdjustHelperCheckOutcome({
required this.result,
this.targetPath,
});