costAttributes property

Map<String, CostAttribute> costAttributes

Cost attributes.

Key in the result dictionary is name of cost attribute.

Implementation

Map<String, CostAttribute> get costAttributes => _costAttributes.value;