Telephony constructor

Telephony({
  1. String? phoneType,
  2. String? networkOperatorName,
  3. String? networkOperatorCode,
  4. String? networkOperatorCountry,
  5. String? simProviderName,
  6. String? simProviderCountry,
  7. String? simState,
  8. String? networkType,
  9. bool? isDeviceRoaming,
})

constructor of Telephony

Implementation

Telephony({
  this.phoneType,
  this.networkOperatorName,
  this.networkOperatorCode,
  this.networkOperatorCountry,
  this.simProviderName,
  this.simProviderCountry,
  this.simState,
  this.networkType,
  this.isDeviceRoaming,
});