GenerateContentResponse constructor

GenerateContentResponse(
  1. List<Candidate> candidates,
  2. PromptFeedback? promptFeedback, {
  3. UsageMetadata? usageMetadata,
})

Implementation

GenerateContentResponse(
  this.candidates,
  this.promptFeedback, {
  this.usageMetadata,
});