GithubCopilotSessionLogModel.fromJson constructor
Convert from JSON.
GithubCopilotSessionLogModel.fromJson(json);
Implementation
factory GithubCopilotSessionLogModel.fromJson(Map<String, Object?> json) =>
_$GithubCopilotSessionLogModelFromJson(json);