CodeExecutionResult_Outcome.fromJson constructor

CodeExecutionResult_Outcome.fromJson(
  1. Object? json
)

Implementation

factory CodeExecutionResult_Outcome.fromJson(Object? json) =>
    CodeExecutionResult_Outcome(json as String);