reset method

  1. @override
void reset()
override

Reset the current selection to the initial selection

Implementation

@override
void reset() {
  choice = List.from(initial);
}