Object toJson()

in pkgs/google_generative_ai/lib/src/content.dart [202:207]


  Object toJson() => {
        'code_execution_result': {
          'outcome': outcome.toJson(),
          'output': output,
        }
      };