UDormRoomResponse.fromJson constructor

UDormRoomResponse.fromJson(
  1. String str
)

Implementation

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