firstOfWeek property
DateTime
get
firstOfWeek
Implementation
DateTime get firstOfWeek => this.add(Duration(days: -(this.weekday - 1)));
DateTime get firstOfWeek => this.add(Duration(days: -(this.weekday - 1)));