CounterChild class

Defines a CounterChild of a Counter with assigned labelValues.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
Accesses the current value of the counter with labels.
no setter

Methods

inc([double amount = 1]) → void
Increment the value of the counter with labels by amount. Increments by one, if no amount is provided.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited