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