NetworkInfo constructor

NetworkInfo({
  1. String? packageName,
  2. String? rxTotalBytes,
  3. String? txTotalBytes,
})

Implementation

NetworkInfo({
  this.packageName,
  this.rxTotalBytes,
  this.txTotalBytes,
});