callerName property

String? get callerName

Returns a name of the current OngoingCall's caller.

Implementation

String? get callerName => _currentCall.value.caller?.title;