UDormBedInvoiceJson.fromJson constructor

UDormBedInvoiceJson.fromJson(
  1. String str
)

Implementation

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