AdjustAttribution class
Constructors
- AdjustAttribution.new({String? trackerToken, String? trackerName, String? network, String? campaign, String? adgroup, String? creative, String? clickLabel, String? costType, num? costAmount, String? costCurrency, String? jsonResponse, String? fbInstallReferrer})
- AdjustAttribution.fromMap(dynamic map)
-
factory
Properties
- adgroup → String?
-
final
- campaign → String?
-
final
- clickLabel → String?
-
final
- costAmount → num?
-
final
- costCurrency → String?
-
final
- costType → String?
-
final
- creative → String?
-
final
- fbInstallReferrer → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsonResponse → String?
-
final
- network → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trackerName → String?
-
final
- trackerToken → String?
-
final
Methods
-
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