OTelAttribute constructor

const OTelAttribute(
  1. String key,
  2. dynamic value
)

Implementation

const OTelAttribute(this.key, this.value);