bool willAccept(String? id) { if ((accept != null) && (accept!.contains(id))) return true; return false; }