menu
growlytics package
documentation
GrowlyticModel/event_model.dart
EventModel
EventModel.new constructor
EventModel.new constructor
dark_mode
light_mode
EventModel
constructor
EventModel
(
{
String
?
name
,
int
?
eventTime
,
String
?
attributes
,
String
?
rawProperties
,
String
?
properties
,
})
Implementation
EventModel( { this.name, this.eventTime, this.attributes, this.rawProperties, this.properties } );
growlytics package
documentation
GrowlyticModel/event_model
EventModel
EventModel.new constructor
EventModel class