Attributes constructor

const Attributes({
  1. String? deviceOs,
  2. String? deviceModel,
  3. String? appVersion,
  4. String? deviceLocale,
  5. bool? pushEnabled = true,
  6. String? pushToken,
  7. String? deviceManufacturer,
  8. String? pioSdkVersion,
})

Implementation

const Attributes({
  this.deviceOs,
  this.deviceModel,
  this.appVersion,
  this.deviceLocale,
  this.pushEnabled = true,
  this.pushToken,
  this.deviceManufacturer,
  this.pioSdkVersion,
});