fromJson method

Implementation

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