PatchbayJobSnapshotWire constructor

const PatchbayJobSnapshotWire({
  1. required String jobId,
  2. required bool terminal,
  3. required List<PatchbayJobEventWire> events,
})

Creates a fully validated wire value.

Implementation

const PatchbayJobSnapshotWire({
  required this.jobId,
  required this.terminal,
  required this.events,
});