daysAgo method

DateTime daysAgo(
  1. int days
)

Return the point in time days ago.

Implementation

DateTime daysAgo(int days) => ago(days: days);