PatchbayBlobReadRequestWire constructor
const
PatchbayBlobReadRequestWire({})
Creates a fully validated wire value.
Implementation
const PatchbayBlobReadRequestWire({
required this.blobId,
required this.offset,
required this.limit,
});