UDormBedContractResponse.fromJson constructor
UDormBedContractResponse.fromJson(
- String str
Implementation
factory UDormBedContractResponse.fromJson(String str) => UDormBedContractResponse.fromMap(json.decode(str));