PatchbayJobEventWire constructor
const
PatchbayJobEventWire({
- required int sequence,
- required String at,
- required PatchbayJobPhaseWire phase,
- required PatchbayFactSourceWire source,
- required String? operation,
- required Map<
String, Object?> payload, - required String? reason,
Creates a fully validated wire value.
Implementation
const PatchbayJobEventWire({
required this.sequence,
required this.at,
required this.phase,
required this.source,
required this.operation,
required this.payload,
required this.reason,
});