AndroidCarrierData constructor
AndroidCarrierData({
- bool? isVoiceCapable,
- bool? isDataEnabled,
- List<
SubscriptionsInfo> ? subscriptionsInfo, - bool? isDataCapable,
- String? isMultiSimSupported,
- bool? isSmsCapable,
- List<
TelephonyInfo> ? telephonyInfo,
Implementation
AndroidCarrierData({
this.isVoiceCapable,
this.isDataEnabled,
this.subscriptionsInfo,
this.isDataCapable,
this.isMultiSimSupported,
this.isSmsCapable,
this.telephonyInfo,
});