GaugeChild class

Defines a GaugeChild of a Gauge 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 gauge with labels.
getter/setter pair

Methods

dec([double amount = 1]) → void
Decrement the value of the gauge with labels by amount. Decrements by one, if no amount is provided.
inc([double amount = 1]) → void
Increment the value of the gauge 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
setToCurrentTime() → void
Set the value of the gauge with labels to the current time as a unix timestamp.
toString() String
A string representation of this object.
inherited

Operators

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