NetworkInformation constructor

const NetworkInformation({
  1. String? ipType,
  2. String? isp,
})

Implementation

const NetworkInformation({
  this.ipType,
  this.isp,
});