ChatCompletionStreamResponseChoice.fromJson constructor
Object construction from a JSON representation
Implementation
factory ChatCompletionStreamResponseChoice.fromJson(
Map<String, dynamic> json) =>
_$ChatCompletionStreamResponseChoiceFromJson(json);