pathPartFirst property

String pathPartFirst

First of pathParts.

Implementation

String get pathPartFirst => _pathParts.isEmpty ? '' : _pathParts.first;