CalendarMonth class

Represents a month of the calendar

Annotations

Constructors

CalendarMonth({required DateTime month, required List<CalendarWeek> weeks})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
month DateTime
DateTime of the month.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weeks List<CalendarWeek>
Every month has a list of CalendarWeeks. Unlike real months the calendarMonth consists of 5 or 6 weeks, which are displayed in on the TableView.
final

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.
override