TelephonyInfo constructor

TelephonyInfo({
  1. String? networkCountryIso,
  2. String? mobileCountryCode,
  3. String? mobileNetworkCode,
  4. String? displayName,
  5. String? simState,
  6. String? isoCountryCode,
  7. CellId? cellId,
  8. String? phoneNumber,
  9. String? carrierName,
  10. int? subscriptionId,
  11. String? networkGeneration,
  12. String? radioType,
  13. String? networkOperatorName,
})

Implementation

TelephonyInfo({
   this.networkCountryIso,
   this.mobileCountryCode,
   this.mobileNetworkCode,
   this.displayName,
   this.simState,
   this.isoCountryCode,
   this.cellId,
   this.phoneNumber,
   this.carrierName,
   this.subscriptionId,
   this.networkGeneration,
   this.radioType,
   this.networkOperatorName,
});