iOSLinkInfo constructor

iOSLinkInfo({
  1. String? iosFallbackUrl,
  2. String? iosBundleId,
  3. String? iosDeepLink,
  4. String? ipadBundleId,
  5. String? ipadFallbackUrl,
})

Implementation

iOSLinkInfo({
  this.iosFallbackUrl,
  this.iosBundleId,
  this.iosDeepLink,
  this.ipadBundleId,
  this.ipadFallbackUrl,
});