TracingDetailed constructor

const TracingDetailed({
  1. String? workflowName,
  2. String? groupId,
  3. Map<String, dynamic>? metadata,
})

Implementation

const TracingDetailed({
  this.workflowName,
  this.groupId,
  this.metadata,
});