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