C constructor

C(
  1. String _traceId,
  2. String _spanId,
  3. int _timestamp
)

Implementation

C(this._traceId, this._spanId, this._timestamp);