UDormBedResponse.fromJson constructor

UDormBedResponse.fromJson(
  1. String str
)

Implementation

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