path method

String path(
  1. int index
)

Implementation

String path(int index) => uri.pathSegments[index];