removeAll method
Implementation
void removeAll(Set<EasyAttribute> attributes) {
for (final EasyAttribute<Object?> attr in attributes) {
remove(attr.key);
}
}
void removeAll(Set<EasyAttribute> attributes) {
for (final EasyAttribute<Object?> attr in attributes) {
remove(attr.key);
}
}