PatchbayJobWaitResultWire constructor
const
PatchbayJobWaitResultWire({
- required PatchbayJobWaitOutcomeWire outcome,
- required PatchbayJobSnapshotWire snapshot,
Creates a fully validated wire value.
Implementation
const PatchbayJobWaitResultWire({
required this.outcome,
required this.snapshot,
});