PatchbaySnapshotWaitWire constructor

const PatchbaySnapshotWaitWire({
  1. required String outcome,
  2. required PatchbaySnapshotConditionWire condition,
  3. required int timeoutMs,
  4. required int elapsedMs,
  5. required int pollIntervalMs,
  6. required int polls,
})

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,
});