isActive property

bool get isActive

Returns true if the connection is active.

Implementation

bool get isActive => _state.isActive;