List<String> get splitToNodes { final nodes = this.split(INode.PATH_SEPARATOR); if (nodes.isNotEmpty && nodes.first.isEmpty) { nodes.removeAt(0); } return nodes; }