isIceCandidate property

bool isIceCandidate

Implementation

bool get isIceCandidate {
  return ['iceCandidate', 'senderIceCandidate', 'receiverIceCandidate']
      .contains(type);
}