CalendarInfo class Null safety

Constructors

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

Properties

dates List<DateInfo>
read / write
hashCode int
The hash code for this object.
read-onlyinherited
month int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
thisVsync ↔ dynamic
read / write
year int
read / write

Methods

isSameYearMonth(DateTime target) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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