started property

bool get started

Indicates whether the current OngoingCall has started or not.

Implementation

bool get started => _currentCall.value.conversationStartedAt != null;