The visible index of element id, or -1 if absent/tombstoned.
id
int indexOfId(String id) => _visible().indexWhere((n) => n.id == id);