fnLastWeek function

dynamic fnLastWeek()

Implementation

dynamic fnLastWeek() {
  return DateTime.now().subtract(const Duration(days: 7));
}