DeepLinkData constructor

DeepLinkData(
  1. String referringApplication,
  2. String url
)

Implementation

DeepLinkData(this.referringApplication, this.url);