TelephonyInfo constructor
TelephonyInfo({})
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,
});