UidResponseCode constructor

const UidResponseCode(
  1. int uidValidity,
  2. MessageSequence? originalSequence,
  3. MessageSequence targetSequence
)

Creates a new response code

Implementation

const UidResponseCode(
  this.uidValidity,
  this.originalSequence,
  this.targetSequence,
);