spanId method

  1. @override
String spanId()
override

the request span id.

Implementation

@override
String spanId() {
  return _spanId;
}