MessageIdentifierDispenser class
Message identifier handling
Constructors
- MessageIdentifierDispenser.new()
-
Factory constructor
factory
Properties
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