pathPartFirst property

String get pathPartFirst

First of pathParts.

Implementation

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