NativeContextDevice constructor

NativeContextDevice({
  1. String? id,
  2. String? manufacturer,
  3. String? model,
  4. String? name,
  5. String? type,
  6. bool? adTrackingEnabled,
  7. String? advertisingId,
  8. String? trackingStatus,
  9. String? token,
})

Implementation

NativeContextDevice({
  this.id,
  this.manufacturer,
  this.model,
  this.name,
  this.type,
  this.adTrackingEnabled,
  this.advertisingId,
  this.trackingStatus,
  this.token,
});