active property
bool
get
active
Returns whether or not the communicator is currently active.
Implementation
bool get active => _active == true;
Returns whether or not the communicator is currently active.
bool get active => _active == true;