PatchbayJobWaitResultWire constructor

const PatchbayJobWaitResultWire({
  1. required PatchbayJobWaitOutcomeWire outcome,
  2. required PatchbayJobSnapshotWire snapshot,
})

Creates a fully validated wire value.

Implementation

const PatchbayJobWaitResultWire({
  required this.outcome,
  required this.snapshot,
});