WireProperties constructor

WireProperties({
  1. String? bandwidthAllocation,
  2. String? bandwidthUnmetered,
  3. String? faultResponse,
})

Implementation

WireProperties({
  this.bandwidthAllocation,
  this.bandwidthUnmetered,
  this.faultResponse,
});