ToolResultsHistory.fromJson constructor
ToolResultsHistory.fromJson(
- Map json_
Implementation
ToolResultsHistory.fromJson(core.Map json_)
: this(
historyId: json_['historyId'] as core.String?,
projectId: json_['projectId'] as core.String?,
);