LinkCellRange constructor

const LinkCellRange({
  1. required int start,
  2. required int end,
})

Implementation

const LinkCellRange({required this.start, required this.end});