choices property

List<String> choices

Implementation

List<String> get choices => _choices;
void choices=(List<String> choices)

Implementation

set choices(List<String> choices) {
  _choices = choices;
  notifyListeners();
}