PatchbayJobSnapshotWire constructor
const
PatchbayJobSnapshotWire({
- required String jobId,
- required bool terminal,
- required List<
PatchbayJobEventWire> events,
Creates a fully validated wire value.
Implementation
const PatchbayJobSnapshotWire({
required this.jobId,
required this.terminal,
required this.events,
});