DateDirection enum

An enum that represents the direction of the process inside EveryModifier. Used on EveryModifier.processDate.

Inheritance
Available extensions

Values

start → const DateDirection

An enum that represents the start direction of the process inside EveryModifier.

next → const DateDirection

An enum that represents the next direction of the process inside EveryModifier.

previous → const DateDirection

An enum that represents the previous direction of the process inside EveryModifier.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isNext bool
Returns true if the DateDirection is DateDirection.next.
no setter
isPrevious bool
Returns true if the DateDirection is DateDirection.previous.
no setter
isStart bool
Returns true if the DateDirection is DateDirection.start.
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<DateDirection>
A constant List of the values in this enum, in order of their declaration.