Choice constructor

Choice({
  1. dynamic message,
  2. required String finish_reason,
  3. required int index,
})

Implementation

Choice({this.message, required this.finish_reason, required this.index});