Set an attribute value
@override void operator []=(String key, String value) { _attributes[key] = value; }