AttributionReportingEventTriggerData class
Constructors
- AttributionReportingEventTriggerData({required UnsignedInt64AsBase10 data, required SignedInt64AsBase10 priority, UnsignedInt64AsBase10? dedupKey, required AttributionReportingFilterPair filters})
-
AttributionReportingEventTriggerData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- data → UnsignedInt64AsBase10
-
final
- dedupKey → UnsignedInt64AsBase10?
-
final
- filters → AttributionReportingFilterPair
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- priority → SignedInt64AsBase10
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited