ELineRow constructor

ELineRow({
  1. required int row,
})

Implementation

ELineRow({
  required int row,
}) {
  _row = row;
}