CostModel constructor

CostModel(
  1. List<BigInt> values
)

Constructs a CostModel instance.

Implementation

CostModel(List<BigInt> values) : values = List<BigInt>.unmodifiable(values);