NewEventRequest class
Constructors
-
NewEventRequest({required String appToken, required String identifier, required String registration, required String eventName, Map<
String, dynamic> eventValues = const {}, bool conversionEvent = false, double conversionValue = 0, String conversionNotId = ''}) -
NewEventRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appToken ↔ String
-
getter/setter pair
- conversionEvent ↔ bool
-
getter/setter pair
- conversionNotId ↔ String
-
getter/setter pair
- conversionValue ↔ double
-
getter/setter pair
- eventName ↔ String
-
getter/setter pair
-
eventValues
↔ Map<
String, dynamic> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier ↔ String
-
getter/setter pair
- registration ↔ String
-
getter/setter pair
- 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