call property

Call call

Implementation

Call get call {
  // If _call is null, initialize it with the default value.
  if(_pendingBye){
    _callEnded();
  }
  _call ??= _createCall();
  return _call!;
}