ItemSort constructor

ItemSort({
  1. EnumTypeSort? typeSort,
  2. Line? line,
  3. int? indexLine,
})

Implementation

ItemSort({this.typeSort, this.line, this.indexLine});