HeaderModel constructor

HeaderModel(
  1. int id,
  2. int version,
  3. String number,
  4. String? subject,
  5. double? value,
  6. String? currencyCode,
  7. bool flag,
  8. DateTime received,
  9. bool read,
  10. String? summary,
)

Implementation

HeaderModel(this.id, this.version, this.number, this.subject, this.value,
    this.currencyCode, this.flag, this.received, this.read, this.summary);