Choice constructor

Choice({
  1. String? text,
  2. int? index,
  3. String? finishReason,
})

Implementation

Choice({this.text, this.index, this.finishReason});