DisableStrategyList class final
- Implemented types
Constructors
-
DisableStrategyList(List<
DateTime> dates) -
A strategy class that disables specific dates from a provided list.
const
Properties
Methods
-
isDisabled(
DateTime date) → bool -
Determines if the given
date
should be disabled.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this strategy, including the dates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override