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