void putAll(List<CSSEntry> entries) { if (entries.isEmpty) return; for (var entry in entries) { putEntry(entry); } }