Removes an attribute on this span with a matching key.
@override void removeAttribute(String key) { _attributes.remove(key); }