fromJson method
Implementation
@override
VerificationListVerificationsOutput fromJson(Map<String, dynamic> json) {
return VerificationListVerificationsOutput.fromJson(
translate(json, VerificationListVerificationsOutput.knownProps),
);
}
@override
VerificationListVerificationsOutput fromJson(Map<String, dynamic> json) {
return VerificationListVerificationsOutput.fromJson(
translate(json, VerificationListVerificationsOutput.knownProps),
);
}