physicalinventoryinventoryIdGet method
Future<Response<WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory> >
physicalinventoryinventoryIdGet({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory
>
>
physicalinventoryinventoryIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory,
() =>
WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory
.fromJsonFactory,
);
return _physicalinventoryinventoryIdGet(id: id);
}