InstallResponse constructor
const
InstallResponse({})
Creates an install response
Implementation
const InstallResponse({
required this.installId,
required this.attributed,
required this.confidenceScore,
required this.matchedFactors,
this.deepLinkData,
});