UidResponseCode class

Contains a UID response code

Constructors

UidResponseCode(int uidValidity, MessageSequence? originalSequence, MessageSequence targetSequence)
Creates a new response code
const

Properties

hashCode int
The hash code for this object.
no setterinherited
originalSequence MessageSequence?
The optional original sequence
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetSequence MessageSequence
The optional target sequence
final
uidValidity int
The UID validity
final

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