MessageProcessed constructor

const MessageProcessed({
  1. int count = 1,
})

Create a new instance

Implementation

const MessageProcessed({this.count = 1});