ScopeStat class

ScopeStat is a struct containing resource accounting information.

Constructors

ScopeStat({int numStreamsInbound = 0, int numStreamsOutbound = 0, int numConnsInbound = 0, int numConnsOutbound = 0, int numFD = 0, int memory = 0})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
memory → int
final
numConnsInbound → int
final
numConnsOutbound → int
final
numFD → int
final
numStreamsInbound → int
final
numStreamsOutbound → 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.
inherited

Operators

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