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