ActivityStartedEventDetails constructor

ActivityStartedEventDetails({
  1. String? workerName,
})

Implementation

ActivityStartedEventDetails({
  this.workerName,
});