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