Peer constructor

Peer({
  1. String? ip,
  2. Map<String, String>? labels,
  3. String? port,
  4. String? principal,
  5. String? regionCode,
})

Implementation

Peer({
  this.ip,
  this.labels,
  this.port,
  this.principal,
  this.regionCode,
});