menu
opentelemetry package
documentation
api.dart
Attribute
Attribute.fromString constructor
Attribute.fromString constructor
dark_mode
light_mode
Attribute.fromString
constructor
Attribute.fromString
(
String
key
,
String
value
)
Create an Attribute from a String value.
Implementation
Attribute.fromString(this.key, String this.value);
opentelemetry package
documentation
api
Attribute
Attribute.fromString constructor
Attribute class