Device constructor

Device({
  1. String? uuid,
  2. String? osType,
  3. String? osVersion,
  4. String? deviceMake,
  5. String? deviceVersion,
  6. String? ppEndPointId,
  7. bool? adTrackingDisabled,
  8. bool? active,
  9. String? createdTs,
  10. String? updatedTs,
  11. String? createdBy,
  12. String? updatedBy,
  13. String? deviceType,
  14. String? deviceAdvertisingId,
  15. String? ppDeviceToken,
  16. String? deviceName,
})

Implementation

Device({
  this.uuid,
  this.osType,
  this.osVersion,
  this.deviceMake,
  this.deviceVersion,
  this.ppEndPointId,
  this.adTrackingDisabled,
  this.active,
  this.createdTs,
  this.updatedTs,
  this.createdBy,
  this.updatedBy,
  this.deviceType,
  this.deviceAdvertisingId,
  this.ppDeviceToken,
  this.deviceName,
});