EventTooLarge constructor

EventTooLarge(
  1. int maxSize,
  2. int actualSize
)

Implementation

EventTooLarge(this.maxSize, this.actualSize);