isActive property

bool isActive
inherited

Returns true if this CoapMessage has neither timed out nor has been canceled.

Implementation

bool get isActive => !isTimedOut && !isCancelled && !isRejected;