String firstWhere(bool test(String value), {String orElse()}) => readClasses().firstWhere(test, orElse: orElse);