CalendarController class

Constructors

CalendarController.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getValue(DateTime date) int?
Get the value of a single date, null if unset.
getValues(Set<DateTime> dates) Map<DateTime, int?>
Get the values of multiple dates, null if unset.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateRange({DateTime? from, DateTime? to}) → void
updateValues(Map<DateTime, int?> others) → void

Operators

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