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