IsolineOptionsCalculation.withDefaults constructor
- IsolineRangeType rangeType,
- List<
int> rangeValues
-
rangeTypeThe range type. -
rangeValuesRange values.
Implementation
factory IsolineOptionsCalculation.withDefaults(IsolineRangeType rangeType, List<int> rangeValues) => $prototype.withDefaults(rangeType, rangeValues);