CollectdValue class

A single data point from a collectd-based plugin.

Constructors

CollectdValue({String? dataSourceName, String? dataSourceType, TypedValue? value})
CollectdValue.fromJson(Map json_)

Properties

dataSourceName String?
The data source for the collectd value.
getter/setter pair
dataSourceType String?
The type of measurement. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value TypedValue?
The measurement value.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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