DeepLink constructor

DeepLink({
  1. String? appUrl,
  2. String? fallbackUrl,
  3. String? kind,
  4. MobileApp? mobileApp,
  5. List<String>? remarketingListIds,
})

Implementation

DeepLink({
  this.appUrl,
  this.fallbackUrl,
  this.kind,
  this.mobileApp,
  this.remarketingListIds,
});