InventoryPhysicalResponse.fromJson constructor

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

Implementation

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