CalendarInfo class

Constructors

CalendarInfo({required int year, required int month, dynamic thisVsync, required int firstWeekDay})

Properties

dates List<DateInfo>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
month int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thisVsync ↔ dynamic
getter/setter pair
year int
getter/setter pair

Methods

isSameYearMonth(DateTime target) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCurrentMonth(DateTime target, SelectType type) → void
setCurrentMonthRange({required DateTime startDt, required DateTime endDt, required SelectType type}) → void
setDisabledDates({List<DateTime>? disabledList, List<Map<String, DateTime?>>? disabledRangeList}) → void
setSelectedBtwDates({required DatesRange datesRange, List<DateTime>? disabledList, List<Map<String, DateTime?>>? disabledRangeList}) → void
setSelectedDates({required List<DateTime> selectedDates, List<DateTime>? disabledList, List<Map<String, DateTime?>>? disabledRangeList}) → void
toString() String
A string representation of this object.
inherited

Operators

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