InventoryCount.fromJson constructor

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

Implementation

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