String idOf(int index) { if (index < _list.length) { return _list[index].object.objectId ?? 'NotFound'; } return 'NotFound'; }