pathPartLast property

String pathPartLast

Last of pathParts.

Implementation

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