getAttributes method

Map<String, String> getAttributes()

Returns the map of all the attributes added to this HttpMetric.

Implementation

Map<String, String> getAttributes() {
  throw UnimplementedError('getAttributes() is not implemented');
}