CountDownController class

Constructors

CountDownController({Duration? start, Duration? end, Duration? tickingStep})

Properties

controllerBridge ControllerBridge
getter/setter pair
end Duration?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start Duration?
getter/setter pair
tickingStep Duration?
getter/setter pair

Methods

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

Operators

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