generateContentResponseToJson function
Converts a GenerateContentResponse object to a JSON string.
Implementation
String generateContentResponseToJson(GenerateContentResponse data) =>
json.encode(data.toJson());
Converts a GenerateContentResponse object to a JSON string.
String generateContentResponseToJson(GenerateContentResponse data) =>
json.encode(data.toJson());