UnselectablePeriodException class

Exception thrown when selected period contains custom disabled days.

Implemented types

Constructors

UnselectablePeriodException(List<DateTime> customDisabledDates, DatePeriod period)
Creates exception that stores dates that can not be selected.

Properties

customDisabledDates List<DateTime>
Dates inside selected period what can't be selected according custom rules.
final
hashCode int
The hash code for this object.
no setterinherited
period DatePeriod
Selected period wanted by the user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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