ULinkInstallationInfo constructor

const ULinkInstallationInfo({
  1. required String installationId,
  2. bool isReinstall = false,
  3. String? previousInstallationId,
  4. String? reinstallDetectedAt,
  5. String? persistentDeviceId,
})

Implementation

const ULinkInstallationInfo({
  required this.installationId,
  this.isReinstall = false,
  this.previousInstallationId,
  this.reinstallDetectedAt,
  this.persistentDeviceId,
});