InterconnectLocationRegionInfo constructor

InterconnectLocationRegionInfo({
  1. String? expectedRttMs,
  2. String? locationPresence,
  3. String? region,
})

Implementation

InterconnectLocationRegionInfo({
  this.expectedRttMs,
  this.locationPresence,
  this.region,
});