NetworkProfile constructor
NetworkProfile({})
Implementation
NetworkProfile({
this.arn,
this.description,
this.downlinkBandwidthBits,
this.downlinkDelayMs,
this.downlinkJitterMs,
this.downlinkLossPercent,
this.name,
this.type,
this.uplinkBandwidthBits,
this.uplinkDelayMs,
this.uplinkJitterMs,
this.uplinkLossPercent,
});