generateContentResponseFromJson function
Converts a JSON string to a GenerateContentResponse object.
Implementation
GenerateContentResponse generateContentResponseFromJson(String str) =>
GenerateContentResponse.fromJson(json.decode(str));
Converts a JSON string to a GenerateContentResponse object.
GenerateContentResponse generateContentResponseFromJson(String str) =>
GenerateContentResponse.fromJson(json.decode(str));