Map toJson()

in pkgs/google_generative_ai/lib/src/function_calling.dart [84:87]


  Map<String, Object?> toJson() => {
        if (functionCallingConfig case final config?)
          'functionCallingConfig': config.toJson(),
      };