Network constructor

Network({
  1. String? iso,
  2. String? mcc,
  3. String? mnc,
})

Implementation

Network({this.iso, this.mcc, this.mnc});