VerificationChecklist.fromJson constructor
Implementation
VerificationChecklist.fromJson(Map<String, dynamic> json) {
securityCodeCheck = json['security_code_check'];
addressLine1Check = json['address_line1_check'];
postalCodeCheck = json['postal_code_check'];
}