DeepLinkAirflexParameter class

Constructors

DeepLinkAirflexParameter.new({String? shortLinkId, required String? name, String? source, String? code, String? medium, String? campaign, String? term, String? content, String? redirectUrl})

Properties

campaign String?
getter/setter pair
code String?
getter/setter pair
content String?
getter/setter pair
customParams Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
medium String?
getter/setter pair
name String?
getter/setter pair
redirectUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortLinkId String?
getter/setter pair
source String?
getter/setter pair
term String?
getter/setter pair

Methods

addCustomParam(String key, dynamic value) → dynamic
addCustomParams(Map<String, dynamic> params) → dynamic
buildParams() Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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