DisableStrategyBefore class final

Implemented types

Constructors

DisableStrategyBefore.new(DateTime dateTime)
A strategy class that disables dates before a specified dateTime.
const

Properties

dateTime DateTime
The DateTime before which dates should 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 dateTime.
override

Operators

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