BitLinkParameters class

BitLinkParameters class to create a bitlink. it hold all the data to create a Custom bitlink. Read official documentation to know more about BitLinks.

Constructors

BitLinkParameters({String? title, String? deepLinkAppId, String? deepLinkAppUriPath, String? deepLinkInstallType, String? deepLinkInstallUrl, List<String?>? tags})

Properties

deepLinkAppId String?
getter/setter pair
deepLinkAppUriPath String?
getter/setter pair
deepLinkInstallType String?
getter/setter pair
deepLinkInstallUrl String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String?>?
getter/setter pair
title String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited