UDormBedInvoiceResponse.fromJson constructor

UDormBedInvoiceResponse.fromJson(
  1. String str
)

Implementation

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