isActive property

bool get isActive

Whether the connection is active

Implementation

bool get isActive => _state == StompServerConnectionState.connected;