CourierDevice constructor

CourierDevice({
  1. String? appId,
  2. String? adId,
  3. String? deviceId,
  4. String? platform,
  5. String? manufacturer,
  6. String? model,
})

Implementation

CourierDevice({
  this.appId,
  this.adId,
  this.deviceId,
  this.platform,
  this.manufacturer,
  this.model,
});