ToolResultsStep.fromJson constructor

ToolResultsStep.fromJson(
  1. Map json_
)

Implementation

ToolResultsStep.fromJson(core.Map json_)
    : this(
        executionId: json_['executionId'] as core.String?,
        historyId: json_['historyId'] as core.String?,
        projectId: json_['projectId'] as core.String?,
        stepId: json_['stepId'] as core.String?,
      );