DateRange class
A date range with a start and end, inclusive. null
values for either means
the range is unbounded in that direction.
- Implementers
Constructors
Properties
Methods
-
asPlainRange(
) → DateRange -
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 o) → bool -
The equality operator.
override