PatchbayAuditDeliveryOverflow constructor

const PatchbayAuditDeliveryOverflow({
  1. required int droppedCount,
  2. required int firstSequence,
  3. required int lastSequence,
  4. required int capacity,
})

Implementation

const PatchbayAuditDeliveryOverflow({
  required this.droppedCount,
  required this.firstSequence,
  required this.lastSequence,
  required this.capacity,
});