RTCOfferOptions constructor Null safety

const RTCOfferOptions(
  1. {bool iceRestart = false}
)

Implementation

const RTCOfferOptions({
  this.iceRestart = false,
});