static bool isEmptyInList(List<String?> list){ return list.where((element) => isEmpty(element)).isNotEmpty; }