HookStepResult constructor
const
HookStepResult({})
Implementation
const HookStepResult({
required this.stepName,
required this.passed,
this.skipped = false,
this.warned = false,
required this.duration,
this.note,
});