CompletionsResponse constructor
CompletionsResponse({})
Creates a new CompletionsResponse
instance.
Implementation
CompletionsResponse({
required this.id,
required this.object,
required this.created,
required this.choices,
required this.usage,
});