String? pathName(String path) => queryMenuNodeByPath( MenuNode( path: '', label: '', deep: -1, children: _state.items, ), path) ?.label;