getCumulativeCost method

double getCumulativeCost({
  1. required String attributeName,
})

Gets cumulative cost attribute value.

In case when attribute's name can not be found 0.0 will be returned.

Parameters:

  • attributeName — The name of cumulative attribute.

Return Value: The value of cumulative cost.