Dart SDK
dart:developer
Counter
Counter
Dart SDK
dart:developer
Counter
class
Counter
Properties
Constructors
Dart SDK
dart:developer
Functions
debugger
getCurrentTag
inspect
log
Classes
Counter
Gauge
Metric
Metrics
UserTag
A changing value. Initial value is 0.0.
Extends
Object
Metric
Counter
Properties
String
description
read-only,
inherited
description
of this metric.
String
name
read-only,
inherited
name
of this metric.
double
value
read / write
Constructors
Counter
(
String
name
,
String
description
)
Counter
Properties
description
name
value
Constructors
Counter