inventorysubstituteIdGet method

Future<Response<WebApiModulesHomeControlsInventorySubstituteInventorySubstitute>> inventorysubstituteIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventorysubstituteIdGet(id: id);
}