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