init method
Implementation
Future<void> init({UHotelResponse? hotel, UHotelRoomResponse? room}) async {
this.hotel = hotel;
this.room = room;
await read();
}
Future<void> init({UHotelResponse? hotel, UHotelRoomResponse? room}) async {
this.hotel = hotel;
this.room = room;
await read();
}