Costmdls constructor

Costmdls(
  1. Map<Language, CostModel> value
)

Constructs a Costmdls instance.

Implementation

Costmdls(Map<Language, CostModel> value)
    : value = Map<Language, CostModel>.unmodifiable(value);