NtiuspDeviceInfo constructor

NtiuspDeviceInfo({
  1. String? deviceId,
  2. String? pushToken,
  3. String? osType,
  4. String? osVersion,
  5. String? country,
  6. String? language,
  7. String? timezone,
  8. String? manufacturer,
  9. String? brand,
  10. String? modelNo,
  11. String? carrier,
  12. NtiuspApp? app,
})

Implementation

NtiuspDeviceInfo(
    {this.deviceId,
      this.pushToken,
      this.osType,
      this.osVersion,
      this.country,
      this.language,
      this.timezone,
      this.manufacturer,
      this.brand,
      this.modelNo,
      this.carrier,
      this.app});