BitLinkParameters constructor

BitLinkParameters({
  1. String? title,
  2. String? deepLinkAppId,
  3. String? deepLinkAppUriPath,
  4. String? deepLinkInstallType,
  5. String? deepLinkInstallUrl,
  6. List<String?>? tags,
})

Implementation

BitLinkParameters(
    {this.title,
    this.deepLinkAppId,
    this.deepLinkAppUriPath,
    this.deepLinkInstallType,
    this.deepLinkInstallUrl,
    this.tags});