AnalyticsEventsItem constructor

AnalyticsEventsItem({
  1. String time = '',
  2. String eventName = '',
  3. String message = '',
  4. String parameters = '',
})

Implementation

AnalyticsEventsItem({
    this.time = '',
    this.eventName = '',
    this.message = '',
    this.parameters = '',
});