reset method

AnticipateModel reset()

Resets the anticipate to initial state.

Implementation

AnticipateModel reset() =>
    copyWith(value: '', selectedIndex: 0, focused: false);