Replaces the entire attribute map.
void replaceAttributes(Map<String, Object?> values) { _store[this] = Map<String, Object?>.from(values); }