KaiselGuardStepSnapshot constructor
const
KaiselGuardStepSnapshot({})
Create a guard-step snapshot.
Implementation
const KaiselGuardStepSnapshot({
required this.guard,
required this.input,
required this.output,
required this.changed,
});