PatchbaySnapshotWaitWire constructor
const
PatchbaySnapshotWaitWire({})
Creates a fully validated wire value.
Implementation
const PatchbaySnapshotWaitWire({
required this.outcome,
required this.condition,
required this.timeoutMs,
required this.elapsedMs,
required this.pollIntervalMs,
required this.polls,
});