irte_engine
countdown_model
Countdown
<
T
>
isNotCompleted property
isNotCompleted
isNotCompleted
property
Null safety
dynamic
isNotCompleted
Has the completion time not passed
Implementation
get isNotCompleted => !isCompleted;
irte_engine
countdown_model
Countdown
<
T
>
isNotCompleted property
Countdown class
Constructors
Countdown
Properties
completed
completesIn
completion
completion$
event
hashCode
initialCompletion
isCompleted
isNotCompleted
milestones
repeats
runtimeType
storage
withMilestones
Methods
milestoneCompletedFor
milestoneFor
milestoneNotCompletedFor
noSuchMethod
restoreInitialCompletion
setNextCompletion
toString
updateCompletion
Operators
operator ==