CompletionResponse constructor
CompletionResponse({})
Implementation
CompletionResponse(
{required this.id,
required this.object,
required this.created,
required this.model,
required this.choices,
required this.usage});