GithubCopilotSessionLogModel.fromJson constructor

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

Convert from JSON.

GithubCopilotSessionLogModel.fromJson(json);

Implementation

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