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