ServerGetSessionOutput.fromJson constructor

ServerGetSessionOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ServerGetSessionOutput.fromJson(Map<String, Object?> json) =>
    _$ServerGetSessionOutputFromJson(json);