Measurement<T extends num> class
Represents a data point reported via the metrics API.
A Measurement includes a value and optional attributes.
Properties
- attributes → Attributes?
-
Attributes associated with this measurement.
final
- hasAttributes → bool
-
Returns true if this measurement has non-empty attributes.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → T
-
The value of the measurement.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override