menu
promize_sdk package
documentation
core/request/add_event_request.dart
AddEventRequest class
AddEventRequest class
dark_mode
light_mode
AddEventRequest
class
Inheritance
Object
BaseRequest
AddEventRequest
Constructors
AddEventRequest
({
required
String
email
,
required
String
eventName
,
required
EventType
eventType
,
Map
<
String
,
dynamic
>
?
eventData
})
Properties
email
→
String
final
eventData
→
Map
<
String
,
dynamic
>
?
final
eventName
→
String
final
eventType
→
EventType
final
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
getBody
(
Map
<
String
,
dynamic
>
body
)
→
Map
<
String
,
dynamic
>
override
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson
(
)
→
Map
<
String
,
dynamic
>
inherited
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
promize_sdk package
documentation
core/request/add_event_request
AddEventRequest class
add_event_request library