ActivityEvents constructor

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

Implementation

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