PatchbayLogExportResultWire constructor
const
PatchbayLogExportResultWire({
- required PatchbayFactSourceWire source,
- required PatchbayBlobMetadataWire blob,
- required int recordCount,
- required bool truncated,
- required PatchbayLogTruncationWire? truncation,
Creates a fully validated wire value.
Implementation
const PatchbayLogExportResultWire({
required this.source,
required this.blob,
required this.recordCount,
required this.truncated,
required this.truncation,
});