GeneratorTrendData class
Contains the actual historical trend data series / values for a particular generator parameter.
Constructors
-
GeneratorTrendData({required GeneratorTrend trend, required Map<
DateTime, double> values, required double? minValue, required double? maxValue}) -
const
Properties
Methods
-
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