setAddedCost method

void setAddedCost({
  1. required String attributeName,
  2. required double addedCost,
})

Sets added cost.

Parameters:

  • attributeName — The attribute name.
  • addedCost — The added cost.