NetworkConditions constructor
NetworkConditions({})
Implementation
NetworkConditions({
required this.urlPattern,
required this.latency,
required this.downloadThroughput,
required this.uploadThroughput,
this.connectionType,
this.packetLoss,
this.packetQueueLength,
this.packetReordering,
});