OthersInfo constructor

OthersInfo({
  1. String deviceId = "",
  2. String deviceName = "",
  3. String deviceImei = "",
  4. String model = "",
  5. String networkType = "",
  6. String simNumber = "",
  7. String simSerialNumber = "",
  8. String carrierName = "",
  9. String countryIso = "",
  10. bool isActive = true,
  11. String simType = "unknown",
})

Implementation

OthersInfo({
  this.deviceId = "",
  this.deviceName = "",
  this.deviceImei = "",
  this.model = "",
  this.networkType = "",
  this.simNumber = "",
  this.simSerialNumber = "",
  this.carrierName = "",
  this.countryIso = "",
  this.isActive = true,
  this.simType = "unknown",
});