AdTraceAttribution class
AdTrace SDK for Flutter Developed by Nasser Amini on Mar 2021 for more information visit https://adtrace.io
Constructors
- AdTraceAttribution({required String? trackerToken, required String? trackerName, required String? network, required String? campaign, required String? adgroup, required String? creative, required String? clickLabel, required String? adid, required String? costType, required num? costAmount, required String? costCurrency, required String? fbInstallReferrer})
- AdTraceAttribution.fromMap(dynamic map)
-
factory
Properties
- adgroup → String?
-
final
- adid → 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
- 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