hasInputConnection property
bool
get
hasInputConnection
Implementation
bool get hasInputConnection => _connection != null && _connection!.attached;
bool get hasInputConnection => _connection != null && _connection!.attached;