Header constructor Null safety

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

Implementation

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