TimeInterval class
- Mixed-in types
Constructors
- TimeInterval({required Time start, required Time end})
- TimeInterval.fromJSON(dynamic json)
-
factory
Properties
Methods
-
contains(
Time wrapper) → bool -
override
-
copyWith(
{Time? newStart, Time? newEnd}) → TimeInterval -
cross(
IntervalWrapper< TimeWrapper> wrapper) → bool -
override
-
difference(
) → Duration -
override
-
format(
) → String -
override
-
isValid(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toTimeStampInterval(
Date date) → TimeStampInterval
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited