AAMVADocument class

Inheritance
Annotations
  • @JsonSerializable(createFactory: true, includeIfNull: false, explicitToJson: true)

Constructors

AAMVADocument(String? headerRawString, String? fileType, String? issuerIdentificationNumber, String? aamvaVersionNumber, String? jurisdictionVersionNumber, int? numberOfEntries, List<AAMVADocumentSubfile>? subfiles)
AAMVADocument.fromJson(Map<String, dynamic> json)
factory

Properties

aamvaVersionNumber String?
Document version string
getter/setter pair
documentFormat String
getter/setter pairinherited
fileType String?
AAMVA file type
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerRawString String?
Header raw string
getter/setter pair
issuerIdentificationNumber String?
Issuer identification number
getter/setter pair
jurisdictionVersionNumber String?
Jurisdiction version string
getter/setter pair
numberOfEntries int?
Number of entries in the documents
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subfiles List<AAMVADocumentSubfile>?
Vector of document's subfiles
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

DOCUMENT_FORMAT → const String