isActive property
bool
get
isActive
Whether the connection is active
Implementation
bool get isActive => _state == StompServerConnectionState.connected;
Whether the connection is active
bool get isActive => _state == StompServerConnectionState.connected;