DeepLinkData constructor
const
DeepLinkData({})
Creates deep link data
Implementation
const DeepLinkData({
required this.shortCode,
this.iosURL,
this.androidURL,
this.webURL,
this.utmParameters,
this.customParameters,
this.deepLinkPath,
this.appScheme,
this.clickedAt,
this.linkId,
});