InventoryResponse.fromJson constructor

InventoryResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory InventoryResponse.fromJson(Map<String, dynamic> json) =>
    _$InventoryResponseFromJson(json);