TelephonyInfo constructor

TelephonyInfo({
  1. String? activationState,
  2. String? carrierName,
  3. String? configMode,
  4. String? iccId,
  5. String? phoneNumber,
})

Implementation

TelephonyInfo({
  this.activationState,
  this.carrierName,
  this.configMode,
  this.iccId,
  this.phoneNumber,
});