ActivityId constructor

ActivityId({
  1. String? applicationName,
  2. String? customerId,
  3. DateTime? time,
  4. String? uniqueQualifier,
})

Implementation

ActivityId({
  this.applicationName,
  this.customerId,
  this.time,
  this.uniqueQualifier,
});