AcpOutboundOverflow constructor

const AcpOutboundOverflow({
  1. required int capacity,
  2. required int droppedValues,
})

Creates an overflow diagnostic.

Implementation

const AcpOutboundOverflow({
  required this.capacity,
  required this.droppedValues,
});