weeksAgo method

DateTime weeksAgo(
  1. int weeks
)

Return the point in time weeks ago.

Implementation

DateTime weeksAgo(int weeks) => ago(days: 7 * weeks);