Dart API Reference
dart:profiler
Counter
Counter
class
A changing value. Initial value is 0.0.
A changing value. Initial value is 0.0.
Extends:
Metric
Object
Constructors
Counter
(
String
name
,
String
description
)
Instance Properties
value
double
read/write
name
String
Inherited
read-only
name
of this metric.
description
String
Inherited
read-only
description
of this metric.