isConnected property
bool
get
isConnected
Specifies whether the connection is currently open.
Implementation
bool get isConnected => output.isConnected;
Specifies whether the connection is currently open.
bool get isConnected => output.isConnected;