VerificationChecklist.fromJson constructor

VerificationChecklist.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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