ServerCreateSessionOutput.fromJson constructor

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

Implementation

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