cellIndex property

int get cellIndex

Implementation

int get cellIndex {
  final parent = this.parent!;
  return parent.children.whereType<TableCellElement>().toList().indexOf(this);
}