Gets the current input value.
String get value => _value;
Sets the current input value.
set value(String v) { _value = v; _updateFilteredSuggestions(); }