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