extensionGeneralFrameworkToThisDay method
set any date time this day example
Implementation
DateTime extensionGeneralFrameworkToThisDay() {
return copyWith(
hour: 0,
minute: 0,
second: 0,
microsecond: 0,
millisecond: 0,
);
}
set any date time this day example
DateTime extensionGeneralFrameworkToThisDay() {
return copyWith(
hour: 0,
minute: 0,
second: 0,
microsecond: 0,
millisecond: 0,
);
}