reset method
Reset the current selection to the initial selection
Implementation
@override
void reset() {
choice = List.from(initial);
}
Reset the current selection to the initial selection
@override
void reset() {
choice = List.from(initial);
}