partsinventoryIdGet method

Future<Response<WebApiModulesInventoryPartsInventoryPartsInventory>> partsinventoryIdGet({
  1. required String? id,
})

@param id

Implementation

Future<chopper.Response<WebApiModulesInventoryPartsInventoryPartsInventory>>
partsinventoryIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPartsInventoryPartsInventory,
    () => WebApiModulesInventoryPartsInventoryPartsInventory.fromJsonFactory,
  );

  return _partsinventoryIdGet(id: id);
}