UDormBedContractResponse.fromJson constructor

UDormBedContractResponse.fromJson(
  1. String str
)

Implementation

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