Week constructor

const Week({
  1. required Date startOfWeek,
})

Constructs the week

Implementation

const Week({required this.startOfWeek});