Flutter
physics
Simulation
isDone abstract method
isDone
Simulation class
Constructors
Simulation
Properties
tolerance
hashCode
runtimeType
Methods
dx
isDone
toString
x
noSuchMethod
Operators
operator ==
isDone method
bool
isDone
(
double
time
)
Whether the simulation is "done" at the given time.
Implementation
bool isDone(double time);