KumulosDeepLinkOutcome constructor

KumulosDeepLinkOutcome(
  1. KumulosDeepLinkResolution resolution,
  2. String url,
  3. KumulosDeepLinkContent? content,
  4. Map<String, dynamic>? linkData,
)

Implementation

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