GptCodeInterpreter.fromJson constructor

GptCodeInterpreter.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GptCodeInterpreter.fromJson(Map<String, dynamic> json) =>
    _$GptCodeInterpreterFromJson(json);