getInputValue method

String? getInputValue()

Implementation

String? getInputValue() {
  return _currentEvent?.inputValue;
}