A string containing the name of the file or directory
@override String get name { final parts = _path.split('/'); return parts.isEmpty ? '' : parts.last; }