OperationTrace constructor

OperationTrace(
  1. DateTime? time,
  2. String? source,
  3. String? component,
  4. String? operation,
  5. String? correlation_id,
  6. int? duration,
  7. ErrorDescription? error,
)

Implementation

OperationTrace(this.time, this.source, this.component, this.operation,
    this.correlation_id, this.duration, this.error);