toJson method
Implementation
Map<String, dynamic> toJson() => {
"auditInformation": auditInformation,
"cardRevisionDate": cardRevisionDate,
"city": city,
"complianceType": complianceType,
"countryID": countryId,
"customerIDNumber": customerIdNumber,
"dateOfBirth": dateOfBirth,
"dateOfExpiry": dateOfExpiry,
"dateOfIssue": dateOfIssue,
"documentDiscriminator": documentDiscriminator,
"drivingPrivilege": drivingPrivilege,
"endorsementCode": endorsementCode,
"eyes": eyes,
"firstName": firstName,
"firstNameTruncated": firstNameTruncated,
"hair": hair,
"height": height,
"inventoryControlNumber": inventoryControlNumber,
"jurisdictionCode": jurisdictionCode,
"lastName": lastName,
"lastNameTruncated": lastNameTruncated,
"licenseClass": licenseClass,
"middleName": middleName,
"middleNameTruncated": middleNameTruncated,
"postalCode": postalCode,
"sex": sex,
"street": street,
};