DisableStrategyList class final

Implemented types

Constructors

DisableStrategyList(List<DateTime> dates)
A strategy class that disables specific dates from a provided list.
const

Properties

dates List<DateTime>
A list of DateTime objects representing the dates to be disabled.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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