active property

bool get active

Returns whether or not the communicator is currently active.

Implementation

bool get active => _active == true;