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