quikscanQuikassetIdPut method
Future<Response<WebApiModulesInventoryRentalInventoryRentalInventory> >
quikscanQuikassetIdPut({
- required String? id,
- required WebApiModulesInventoryRentalInventoryRentalInventory? body,
@param id
Implementation
Future<chopper.Response<WebApiModulesInventoryRentalInventoryRentalInventory>>
quikscanQuikassetIdPut({
required String? id,
required WebApiModulesInventoryRentalInventoryRentalInventory? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRentalInventoryRentalInventory,
() => WebApiModulesInventoryRentalInventoryRentalInventory
.fromJsonFactory);
return _quikscanQuikassetIdPut(id: id, body: body);
}