inventorysubstituteIdGet method

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

@param id

Implementation

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

  return _inventorysubstituteIdGet(id: id);
}