WireProperties constructor

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

Implementation

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