bool remove(int id) { final removed = _set.remove(id); if (removed) { _cachedHashCode = null; } return removed; }