setStartHalf method
Implementation
void setStartHalf(HalfDayType type) {
emit(DateRangeUpdated(
state.selection.copyWith(startHalf: type),
));
}
void setStartHalf(HalfDayType type) {
emit(DateRangeUpdated(
state.selection.copyWith(startHalf: type),
));
}