paths property

List<String> get paths

Retrieves the path segments of the URI.

Implementation

List<String> get paths => uri.pathSegments;