choicesPath property

List<String> choicesPath

Implementation

List<String> get choicesPath => _choicesPath;
void choicesPath=(List<String> value)

Implementation

set choicesPath(List<String> value) {
  _choicesPath = value;
  notifyListeners();
}