ActivityEvents constructor

ActivityEvents({
  1. String? name,
  2. List<ActivityEventsParameters>? parameters,
  3. String? type,
})

Implementation

ActivityEvents({
  this.name,
  this.parameters,
  this.type,
});