UHotelReservationResponse.fromJson constructor

UHotelReservationResponse.fromJson(
  1. String str
)

Implementation

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