PlotRepository class

Constructors

PlotRepository()

Properties

hashCode int
The hash code for this object.
no setterinherited
random Random
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fillTheTank(VoidCallback callback) Future<void>
Simulates a process to "fill the tank" (e.g. preload initial data).
genVal(Offset previous) Offset
Generates a new dot based on the previous dot. Increments x by 1 and computes: y = 10 * sin(x/4) + Random(0, 5)
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