UHotelInvoiceResponse.fromJson constructor

UHotelInvoiceResponse.fromJson(
  1. String str
)

Implementation

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