WaitEvents class

Constructors

WaitEvents()

Properties

hasEvent bool
no setter
hashCode int
The hash code for this object.
no setterinherited
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

chain() WaitChainBuilder
clear() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
periodic({required double time, required PeriodicCallback onTick, VoidCallback? onEnd}) → void
toString() String
A string representation of this object.
inherited
update(double dt) → void
wait({required double time, required VoidCallback onEnd}) → void
waitAndDo({required double time, required TimeUpdateCallback onUpdate, VoidCallback? onEnd}) → void
waitUntil({required UpdateSubscriptionCallback onUpdate, VoidCallback? onEnd}) → void

Operators

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