Header constructor Null safety
- {AppSequence? appSequence,
- dynamic xmlMessageID,
- dynamic xmlRelatesTo,
- dynamic xmlTo,
- dynamic xmlAction}
Implementation
Header(
{this.appSequence,
this.xmlMessageID,
this.xmlRelatesTo,
this.xmlTo,
this.xmlAction});