Installation constructor

Installation({
  1. String? pushRegistrationId,
  2. PushServiceType? pushServiceType,
  3. String? pushServiceToken,
  4. bool? isPrimaryDevice,
  5. bool? isPushRegistrationEnabled,
  6. bool? notificationsEnabled,
  7. bool? geoEnabled,
  8. String? sdkVersion,
  9. String? appVersion,
  10. OS? os,
  11. String? osVersion,
  12. String? deviceManufacturer,
  13. String? deviceModel,
  14. bool? deviceSecure,
  15. String? language,
  16. String? deviceTimezoneOffset,
  17. String? applicationUserId,
  18. String? deviceName,
  19. Map<String, dynamic>? customAttributes,
})

Implementation

Installation({
  this.pushRegistrationId,
  this.pushServiceType,
  this.pushServiceToken,
  this.isPrimaryDevice,
  this.isPushRegistrationEnabled,
  this.notificationsEnabled,
  this.geoEnabled,
  this.sdkVersion,
  this.appVersion,
  this.os,
  this.osVersion,
  this.deviceManufacturer,
  this.deviceModel,
  this.deviceSecure,
  this.language,
  this.deviceTimezoneOffset,
  this.applicationUserId,
  this.deviceName,
  this.customAttributes,
});