Network constructor

const Network(
  1. String name,
  2. String mcc,
  3. String mnc,
  4. String countryName,
  5. String countryIsoCode,
  6. String countryDialCode,
)

Implementation

const Network(
  this.name,
  this.mcc,
  this.mnc,
  this.countryName,
  this.countryIsoCode,
  this.countryDialCode,
);