AAMVADocument constructor

AAMVADocument(
  1. String? headerRawString,
  2. String? fileType,
  3. String? issuerIdentificationNumber,
  4. String? aamvaVersionNumber,
  5. String? jurisdictionVersionNumber,
  6. int? numberOfEntries,
  7. List<AAMVADocumentSubfile>? subfiles,
)

Implementation

AAMVADocument(
    this.headerRawString,
    this.fileType,
    this.issuerIdentificationNumber,
    this.aamvaVersionNumber,
    this.jurisdictionVersionNumber,
    this.numberOfEntries,
    this.subfiles)
    : super(DOCUMENT_FORMAT);