FFIndexPath constructor

FFIndexPath(
  1. int section,
  2. int index
)

Implementation

FFIndexPath(this.section, this.index);