bool notFoundInList(List list, dynamic e) => list.indexWhere((l) => const DeepCollectionEquality().equals(e, l)) == -1;