Order class

The week number within a month.

Constructors

Order(int ordinal)
const

Properties

friday GeneratorDay
no setter
hashCode int
The hash code for this object.
no setterinherited
monday GeneratorDay
no setter
ordinal int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturday GeneratorDay
no setter
sunday GeneratorDay
no setter
thursday GeneratorDay
no setter
tuesday GeneratorDay
no setter
wednesday GeneratorDay
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
weekDay(int weekDayNumber) GeneratorDay
Equivalent of using sunday through saturday. Starts with Sunday as

Operators

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