irte_engine
countdown_repeat
CountdownRepeat
CountdownRepeat const constructor
CountdownRepeat
CountdownRepeat
constructor
Null safety
const
CountdownRepeat
(
{
required
Duration
every
,
required
Duration
after
}
)
Implementation
const CountdownRepeat({required this.every, required this.after});
irte_engine
countdown_repeat
CountdownRepeat
CountdownRepeat const constructor
CountdownRepeat class
Constructors
CountdownRepeat
fromJson
Properties
after
every
hashCode
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
repeatToJson