TraceKey.custom constructor

const TraceKey.custom(
  1. String key
)

The key for a custom value.

Implementation

const TraceKey.custom(String key) : this._(key);