TracedOperation constructor

TracedOperation(
  1. String name
)

Constructor for subclasses.

Implementation

TracedOperation(this.name);