participated property

bool get participated

Indicates whether isActive was true at least once during the lifecycle of this OngoingCall.

Intended be used to determine whether OngoingCall is not a notification.

Implementation

bool get participated => _participated;