isActive property
bool
get
isActive
Returns true if the call is actively attempting to reconnect to the remote client.
Implementation
bool get isActive => this == active;
Returns true if the call is actively attempting to reconnect to the remote client.
bool get isActive => this == active;