InventoryPhysicalCountResponse.fromJson constructor

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

Implementation

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