CartesianRangeResult constructor
CartesianRangeResult({})
Implementation
CartesianRangeResult({
required this.xUnitValue,
required this.yUnitValue,
required this.maxXRange,
required this.maxYRange,
required this.minXRange,
required this.minYRange,
});