DisableStrategyBeforeToday class final
- Implemented types
Constructors
- DisableStrategyBeforeToday.new()
-
A strategy class that disables dates before today's date.
const
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
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited