ProgressState constructor
const
ProgressState({})
Create a new instance
Implementation
const ProgressState(
{this.messagesTotal = 0,
this.messagesDropped = 0,
this.messagesProcessed = 0,
this.conversationsTotal = 0,
this.conversationsDropped = 0,
this.conversationsProcessed = 0,
this.passesComplete = 0,
this.complete = false});