UidResponseCode constructor
const
UidResponseCode(
- int uidValidity,
- MessageSequence? originalSequence,
- MessageSequence targetSequence
Creates a new response code
Implementation
const UidResponseCode(
this.uidValidity,
this.originalSequence,
this.targetSequence,
);