callProblemInterruptions property

CallProblemInterruptions? callProblemInterruptions

The other side kept disappearing

Implementation

CallProblemInterruptions? get callProblemInterruptions {
  if (this is CallProblemInterruptions) {
    return this as CallProblemInterruptions;
  }
  return null;
}