GraphData class

Constructors

GraphData(String name, List<GraphBar> bars, Color backgroundColor)

Properties

allHighs List<double>
no setter
backgroundColor Color
final
bars List<GraphBar>
final
cumulativeHigh double
no setter
cumulativeLow double
no setter
digitLength double
no setter
hashCode int
The hash code for this object.
no setterinherited
high double
no setter
initialHeight double
no setter
low double
no setter
maxMonth DateTime
no setter
minMonth DateTime
no setter
months List<DateTime>
no setter
name String
final
range double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

fromMap(Map<String, dynamic> data) GraphData