ReportMonth class
Constructors
- ReportMonth(KeckMonth month, int year)
-
const
- ReportMonth.fromDateTime(DateTime dateTime)
-
factory
- ReportMonth.now()
-
factory
Properties
Methods
-
nextMonth(
) → ReportMonth -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
previousMonth(
) → ReportMonth -
toDateTime(
) → DateTime -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override