removeAttr method

Tag removeAttr(
  1. String key
)

Implementation

Tag removeAttr(String key) {
  attrs.remove(key);
  return this;
}