PopStatus constructor

PopStatus(
  1. int numberOfMessages,
  2. int totalSizeInBytes
)

Implementation

PopStatus(this.numberOfMessages, this.totalSizeInBytes);