QueueStats class

请求队列统计信息

Constructors

QueueStats({required int pending, required int running, required int completed, required int cancelled, required int failed})

Properties

cancelled → int
已取消的请求总数
final
completed → int
已完成的请求总数
final
failed → int
失败的请求总数
final
hashCode → int
The hash code for this object.
no setterinherited
pending → int
等待中的请求数
final
running → int
正在执行的请求数
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

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