OptimoveDeepLinkOutcome constructor
OptimoveDeepLinkOutcome(
- OptimoveDeepLinkResolution resolution,
- String url,
- OptimoveDeepLinkContent? content,
- Map<
String, dynamic> ? linkData,
Implementation
OptimoveDeepLinkOutcome(this.resolution, this.url, this.content, this.linkData);