reservationStateValuePatch method
void
reservationStateValuePatch(
- ReservationState? value, {
- bool updateParent = true,
- bool emitEvent = true,
Implementation
void reservationStateValuePatch(
ReservationState? value, {
bool updateParent = true,
bool emitEvent = true,
}) {
reservationStateControl?.patchValue(value,
updateParent: updateParent, emitEvent: emitEvent);
}