CronIterator<E> mixin
Null safety
- Superclass Constraints
- HasPrevious<
E> - HasNext<
E>
- HasPrevious<
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
current(
) → E -
next(
) → E -
Find next suitable date
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
previous(
) → E -
Find previous suitable date
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited