pathPartLast property

String get pathPartLast

Last of pathParts.

Implementation

String get pathPartLast => _pathParts.isEmpty ? '' : _pathParts.last;