yesterdayMidnight property
DateTime
get
yesterdayMidnight
Implementation
static DateTime get yesterdayMidnight => DateTime(now.year, now.month, now.day - 1, 23, 59);
static DateTime get yesterdayMidnight => DateTime(now.year, now.month, now.day - 1, 23, 59);