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