PatchbayLogTailRequestWire constructor
const
PatchbayLogTailRequestWire({})
Creates a fully validated wire value.
Implementation
const PatchbayLogTailRequestWire({
required this.cursor,
required this.limit,
required this.timeoutMs,
required this.levels,
required this.categories,
});