Flutter
clock
Clock
hoursAgo method
hoursAgo
hoursAgo
method
Null safety
DateTime
hoursAgo
(
int
hours
)
Return the point in time
hours
ago.
Implementation
DateTime hoursAgo(int hours) => ago(hours: hours);
Flutter
clock
Clock
hoursAgo method
Clock class
Constructors
Clock
fixed
Properties
hashCode
runtimeType
Methods
ago
agoBy
daysAgo
daysFromNow
fromNow
fromNowBy
getStopwatch
hoursAgo
hoursFromNow
microsAgo
microsFromNow
millisAgo
millisFromNow
minutesAgo
minutesFromNow
monthsAgo
monthsFromNow
noSuchMethod
now
secondsAgo
secondsFromNow
stopwatch
toString
weeksAgo
weeksFromNow
yearsAgo
yearsFromNow
Operators
operator ==