IndexPath constructor

IndexPath(
  1. String path, {
  2. IndexOrder? order,
})

Implementation

IndexPath(this.path, {this.order});