Generator class

Generates new date objects.

Constructors

Generator()

Properties

first Order
no setter
fourth Order
no setter
hashCode int
The hash code for this object.
no setterinherited
last Order
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second Order
no setter
third Order
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
week(int weekNumber) Order
Equivalent of doing first, second, third, fourth, and last. 5 is equsl to last

Operators

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