TimeValues class

Constructors

TimeValues({required Time from, required double number})
const

Properties

asDuration Duration
no setter
from Time
final
hashCode int
The hash code for this object.
no setterinherited
number double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toCalendarYear double
no setter
toCentury double
no setter
toDays double
no setter
toDecades double
no setter
toHours double
no setter
toMicroSecond double
no setter
toMillisecond double
no setter
toMinutes double
no setter
toMonths double
no setter
toNanosecond double
no setter
toSecond double
no setter
toWeeks double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to(Time to) double
toString() String
A string representation of this object.
inherited

Operators

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