values constant

List<String> const values

List of http constants

Implementation

static const List<String> values = [
  requestMethod,
  responseReasonPhrase,
  responseStatusCode,
  spanId,
  traceId,
  urlFull,
  networkProtocolName,
  bytesSent,
  bytesReceived,
];