MessageIdentifierDispenser class

Message identifier handling

Constructors

MessageIdentifierDispenser()
Factory constructor
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mid int
Mid
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getNextMessageIdentifier() int
Gets the next message identifier
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Resets the mid
toString() String
A string representation of this object.
inherited

Operators

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

Constants

initialValue → const int
Initial value
maxMessageIdentifier → const int
Maximum message identifier
startMessageIdentifier → const int
Minimum message identifier