AndroidCarrierData constructor

AndroidCarrierData({
  1. bool? isVoiceCapable,
  2. bool? isDataEnabled,
  3. List<SubscriptionsInfo>? subscriptionsInfo,
  4. bool? isDataCapable,
  5. String? isMultiSimSupported,
  6. bool? isSmsCapable,
  7. List<TelephonyInfo>? telephonyInfo,
})

Implementation

AndroidCarrierData({
   this.isVoiceCapable,
   this.isDataEnabled,
   this.subscriptionsInfo,
   this.isDataCapable,
   this.isMultiSimSupported,
   this.isSmsCapable,
   this.telephonyInfo,
});