GeneratorMonth class

Constructors

GeneratorMonth(int ordinal, int weekday, int month)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
month int
final
ordinal int
Week number within the month
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekday int
Weekday 1-7
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
of(int year) DateTime
Find this month within a specified year and return its DateTime object.
toString() String
A string representation of this object.
inherited

Operators

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