attached property
Whether this connection is currently interacting with the text input control.
Implementation
bool get attached => _clientHandler._currentConnection == this;
Whether this connection is currently interacting with the text input control.
bool get attached => _clientHandler._currentConnection == this;