isActive property

bool get isActive

Indicates whether this OngoingCall is active.

Implementation

bool get isActive =>
    (state.value == OngoingCallState.active ||
    state.value == OngoingCallState.joining);