traceId method

  1. @override
String traceId()
override

the request trace id.

Implementation

@override
String traceId() {
  return _traceId;
}