attached property

bool attached

Whether this connection is currently interacting with the text input control.

Implementation

bool get attached => _clientHandler._currentConnection == this;