InventoryPhysicalCount.fromJson constructor

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

Converts a Map to an InventoryPhysicalCount

Implementation

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