IndexPath constructor
      
      IndexPath({ 
    
    
- required int section,
- required int row,
- required IndexPathType type,
Implementation
IndexPath({required this.section, required this.row, required this.type});