ChatResponse constructor

const ChatResponse({
  1. String? model,
  2. required ChatMessage message,
  3. required String text,
  4. FinishReason? finishReason,
  5. Usage? usage,
  6. String? rawJson,
})

Implementation

const ChatResponse({this.model ,required this.message ,required this.text ,this.finishReason ,this.usage ,this.rawJson ,});