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

hashCode int
The hash code for this object.
no setterinherited
maxValue double?
final
minValue double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trend GeneratorTrend
final
values Map<DateTime, double>
final

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