IceServer constructor

IceServer({
  1. String? password,
  2. int? ttl,
  3. List<String>? uris,
  4. String? username,
})

Implementation

IceServer({
  this.password,
  this.ttl,
  this.uris,
  this.username,
});