menu
quiver package
documentation
time.dart
Clock
hoursAgo method
hoursAgo method
dark_mode
light_mode
hoursAgo
method
DateTime
hoursAgo
(
int
hours
)
Return the point in time
hours
ago.
Implementation
DateTime hoursAgo(int hours) => ago(hours: hours);
quiver package
documentation
time
Clock
hoursAgo method
Clock class