AllocatedConnection constructor

AllocatedConnection({
  1. int? ingressPort,
  2. String? pscUri,
})

Implementation

AllocatedConnection({
  this.ingressPort,
  this.pscUri,
});