PatchbayInspectSelectRequestWire constructor

const PatchbayInspectSelectRequestWire({
  1. required bool enabled,
  2. required int? ttlMs,
})

Creates a fully validated wire value.

Implementation

const PatchbayInspectSelectRequestWire({
  required this.enabled,
  required this.ttlMs,
});