IsolineOptionsCalculation.withDefaults constructor

IsolineOptionsCalculation.withDefaults(
  1. IsolineRangeType rangeType,
  2. List<int> rangeValues
)
  • rangeType The range type.

  • rangeValues Range values.

Implementation

factory IsolineOptionsCalculation.withDefaults(IsolineRangeType rangeType, List<int> rangeValues) => $prototype.withDefaults(rangeType, rangeValues);