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