AndroidCarrierData constructor

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

Implementation

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