PatchbaySnapshotRequestWire constructor
const
PatchbaySnapshotRequestWire({
- required String path,
- required PatchbaySnapshotConditionWire? until,
- required Object? value,
- required int? timeoutMs,
Creates a fully validated wire value.
Implementation
const PatchbaySnapshotRequestWire({
required this.path,
required this.until,
required this.value,
required this.timeoutMs,
});