PageableRange<T extends TimeRange> mixin

Superclass Constraints
Mixin Applications

Properties

duration Duration
no setterinherited
from DateTime
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isUtc bool
no setterinherited
last → T
Returns a new instance, preserves the timezone
no setter
next → T
Returns a new instance, preserves the timezone
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to DateTime
no setterinherited

Methods

contains(DateTime dateTime) bool
Returns true if dateTime is between from and to (inclusive)
inherited
containsRange(TimeRange timeRange) bool
Returns true if this contains timeRange
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
You can reconstruct this by passing the return value to TimeRange.parse.
inherited
toUtc() TimeRange
Unless you're using CustomTimeRange, this will always keep the properties like year, month the same.
inherited

Operators

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