segments property

List<String> segments
final

The individual segments of the normalized path. For example, the path /a/b/c would have segments ['a', 'b', 'c'].

Implementation

final List<String> segments;