attached property

  1. @override
bool get attached
override

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

Implementation

@override
bool get attached => client?.attached ?? false;