active property

  1. @override
bool active

Returns whether or not the communicator is currently active.

Implementation

@override
bool get active => _active == true;