NetworkInfo constructor
- String userID = '',
- NetworkQuality quality = NetworkQuality.excellent,
- int upLoss = 0,
- int downLoss = 0,
- int delay = 0,
Implementation
NetworkInfo({
this.userID = '',
this.quality = NetworkQuality.excellent,
this.upLoss = 0,
this.downLoss = 0,
this.delay = 0,
});