UHotelRoomJson.fromJson constructor

UHotelRoomJson.fromJson(
  1. String str
)

Implementation

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