MonitorMessage class

Properties

hashCode int
The hash code for this object.
no setterinherited
param1 String
getter/setter pair
param2 String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int
getter/setter pair

Methods

dispose() → void
init(String param1, String param2, int startTime) → void
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

Static Properties

sInstancePool ListQueue<MonitorMessage>
final

Static Methods

obtain(String param1, String param2, int startTime) MonitorMessage

Constants

poolSize → const int