reset method

void reset()

Reset the input to empty.

Implementation

void reset() {
  _value = <String>[];
  position = 0;
}