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