path property

String path

Implementation

String get path => '/' + _segments.map((e) => e.name).join('/');