BranchLinkProperties class

Constructors

BranchLinkProperties({String channel = '', String feature = '', String alias = '', int matchDuration = 0, String stage = '', List<String> tags = const [], String campaign = ''})

Properties

alias String
final
campaign String
final
channel String
final
feature String
final
hashCode int
The hash code for this object.
no setterinherited
matchDuration int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stage String
final
tags List<String>
getter/setter pair

Methods

addControlParam(String key, dynamic value) BranchLinkProperties
addTags(String tag) → void
getControlParams() Map<String, dynamic>
getTags() List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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