costPriority property

double? get costPriority

How much to prioritize cost when selecting a model.

A value of 0 means cost is not important, while a value of 1 means cost is the most important factor.

Implementation

double? get costPriority => _value['costPriority'] as double?;