UAdminReservationPage constructor

const UAdminReservationPage({
  1. UHotelResponse? hotel,
  2. UHotelRoomResponse? room,
  3. Key? key,
})

Implementation

const UAdminReservationPage({this.hotel, this.room, super.key});