SalesData class

Chart Sales Data

Constructors

SalesData(dynamic x, dynamic y, [DateTime? date, Color? color])
Holds the datapoint values like x, y, etc.,

Properties

color Color?
color value of the data point
final
date DateTime?
Date time value of the data point
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x → dynamic
X value of the data point
final
y → dynamic
y value of the data point
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