InvoiceOrderStockResponse.fromJson constructor

InvoiceOrderStockResponse.fromJson(
  1. String str
)

Implementation

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