CompletionResponse constructor

const CompletionResponse({
  1. required String text,
  2. UsageInfo? usage,
  3. String? thinking,
})

Implementation

const CompletionResponse({required this.text, this.usage, this.thinking});