path method

String path([
  1. List<String>? segments
])

Implementation

String path([List<String>? segments]) => _buildPath(segments);