LineData constructor

const LineData({
  1. required int firstCell,
  2. required int lastCell,
})

Implementation

const LineData({required this.firstCell, required this.lastCell});