PatchbayLogBatchWire constructor
const
PatchbayLogBatchWire({
- required PatchbayLogBatchOutcomeWire outcome,
- required PatchbayFactSourceWire source,
- required List<
PatchbayLogRecordWire> records, - required String? nextCursor,
- required String? currentCursor,
- required bool truncated,
- required PatchbayLogTruncationWire? truncation,
- required int elapsedMs,
Creates a fully validated wire value.
Implementation
const PatchbayLogBatchWire({
required this.outcome,
required this.source,
required this.records,
required this.nextCursor,
required this.currentCursor,
required this.truncated,
required this.truncation,
required this.elapsedMs,
});