ProgressState class

Progress

Constructors

ProgressState({int messagesTotal = 0, int messagesDropped = 0, int messagesProcessed = 0, int conversationsTotal = 0, int conversationsDropped = 0, int conversationsProcessed = 0, int passesComplete = 0, bool complete = false})
Create a new instance
const

Properties

complete bool
Complete
final
conversationsDropped int
Dropped conversations
final
conversationsProcessed int
Processed conversations
final
conversationsTotal int
Total conversations
final
hashCode int
The hash code for this object.
no setterinherited
messagesDropped int
Dropped messages
final
messagesProcessed int
Processed messages
final
messagesTotal int
Total messages
final
passesComplete int
Completed passes
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? totalInputFiles, int? totalOutputFiles, int? messagesTotal, int? messagesDropped, int? messagesProcessed, int? conversationsTotal, int? conversationsDropped, int? conversationsProcessed, int? passesComplete, bool? complete}) ProgressState
Copy the instance with the provided values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited