ActivityEvents constructor
ActivityEvents({
- String? name,
- List<
ActivityEventsParameters> ? parameters, - String? type,
Implementation
ActivityEvents({
this.name,
this.parameters,
this.type,
});