RTCIceServer constructor Null safety

RTCIceServer(
  1. {String? username,
  2. String? credential,
  3. String? urls}
)

Implementation

RTCIceServer({
  this.username,
  this.credential,
  this.urls,
});