AllXIntervals.create constructor
AllXIntervals.create(
- BoundingBox bounds,
- List<
ChartItem> items
Implementation
factory AllXIntervals.create(BoundingBox bounds, List<ChartItem> items) =>
AllXIntervals(bounds: bounds, items: items);