OptimoveDeepLinkOutcome constructor

OptimoveDeepLinkOutcome(
  1. OptimoveDeepLinkResolution resolution,
  2. String url,
  3. OptimoveDeepLinkContent? content,
  4. Map<String, dynamic>? linkData,
)

Implementation

OptimoveDeepLinkOutcome(this.resolution, this.url, this.content, this.linkData);