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