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