TelephonyInfo constructor
TelephonyInfo({})
Implementation
TelephonyInfo({
this.isActive,
this.isESim,
this.isRoamingActive,
this.mobileNetworkCode,
this.providerName,
this.signalStrength,
this.providerCountryCode,
this.signalType,
});