menu
socket_hub package
documentation
socket_hub_testing.dart
FakeTransport
isClosed property
isClosed property
dark_mode
light_mode
isClosed
property
bool
get
isClosed
Whether
close
has been called, or the peer hung up.
Implementation
bool get isClosed => _closed;
socket_hub package
documentation
socket_hub_testing
FakeTransport
isClosed property
FakeTransport class