clear method

  1. @override
void clear()
override

Removes all choice(s) from the selection

Implementation

@override
void clear() {
  choice = null;
}