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