ChoiceInput constructor

ChoiceInput({
  1. List<ChoiceInputOption>? options,
})

Implementation

ChoiceInput({this.options});