UHotelResponse.fromJson constructor

UHotelResponse.fromJson(
  1. String str
)

Implementation

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