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