Calendar class

Constructors

Calendar.new({required RegularCalendar? regularCalendar, required OccasionalCalendar? occasionalCalendar})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
occasionalCalendar OccasionalCalendar?
final
regularCalendar RegularCalendar?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

listServicesForDateRange(DateTime startDateTime, DateTime endDateTime) Future<Map<Date, Set<String>>>
All dates are inclusive.
listServicesForDay(Date day) Future<Set<String>>
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.
inherited