UHotelRoomResponse.fromJson constructor

UHotelRoomResponse.fromJson(
  1. String str
)

Implementation

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