addressZipCheck property

  1. @JsonKey(name: "address_zip_check")
VerificationCheck? get addressZipCheck
inherited

If address_zip was provided, results of the check: pass, fail, unavailable, or unchecked.

Implementation

@JsonKey(name: "address_zip_check")
VerificationCheck? get addressZipCheck => throw _privateConstructorUsedError;