irte_engine
countdown_controller
CountdownController
<
T
>
CountdownController constructor
CountdownController
CountdownController<
T
>
constructor
Null safety
CountdownController<
T
>
(
T
initialState
)
Implementation
CountdownController(T initialState) : super(initialState);
irte_engine
countdown_controller
CountdownController
<
T
>
CountdownController constructor
CountdownController class
Constructors
CountdownController
Properties
completion
container
countdown
emitMinorEvents
events
hashCode
hasListeners
initialized
isClosed
lastEvent
listeners
milestones
minorEvents
onDelete
onStart
registry
runtimeType
state
Methods
$configureLifeCycle
addListener
addListenerId
changeState
dispose
disposeId
executeListeners
noSuchMethod
notifyChildrens
onceState
onClose
onInit
onReady
refresh
refreshGroup
registerListenerPlugin
removeListener
removeListenerId
toString
update
Operators
operator ==