CodeExecutionResult_Outcome.fromJson constructor

CodeExecutionResult_Outcome.fromJson(
  1. String json
)

Implementation

factory CodeExecutionResult_Outcome.fromJson(String json) =>
    CodeExecutionResult_Outcome(json);