Week constructor

Week(
  1. DateTime firstDay,
  2. DateTime lastDay
)

Implementation

Week(this.firstDay, this.lastDay);