IndexPath constructor

IndexPath(
  1. int section,
  2. int row
)

Implementation

IndexPath(this.section, this.row);