PatchbayLogExportResultWire constructor

const PatchbayLogExportResultWire({
  1. required PatchbayFactSourceWire source,
  2. required PatchbayBlobMetadataWire blob,
  3. required int recordCount,
  4. required bool truncated,
  5. 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,
});