OthersInfo constructor
OthersInfo({})
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",
});