endOfDay property
DateTime
get
endOfDay
Implementation
DateTime get endOfDay {
return DateTime(
year,
month,
day,
23,
59,
59,
999,
999,
);
}
DateTime get endOfDay {
return DateTime(
year,
month,
day,
23,
59,
59,
999,
999,
);
}