textInput property

String? get textInput

Implementation

String? get textInput => _$this._textInput;
set textInput (String? textInput)

Implementation

set textInput(String? textInput) => _$this._textInput = textInput;