bool hasStartsWith(String needle) { return where((element) => element.startsWith(needle)).isNotEmpty; }