UHotelReservationResponse.fromJson constructor
UHotelReservationResponse.fromJson(
- String str
Implementation
factory UHotelReservationResponse.fromJson(String str) => UHotelReservationResponse.fromMap(json.decode(str));