atStartOfDay property
DateTime
get
atStartOfDay
Implementation
DateTime get atStartOfDay => copyWith(hour: 0, minute: 0, second: 0, millisecond: 0);
DateTime get atStartOfDay => copyWith(hour: 0, minute: 0, second: 0, millisecond: 0);