fromJson method

  1. @override
VerificationInput fromJson(
  1. Map<String, dynamic> json
)

Implementation

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