Header constructor

Header({
  1. AppSequence? appSequence,
  2. int? messageID,
  3. String? relatesTo,
  4. String? to,
  5. String? action,
})

Implementation

Header(
    {this.appSequence, this.messageID, this.relatesTo, this.to, this.action});