remove method

bool remove(
  1. String key
)

Implementation

bool remove(String key) {
  return attributes.remove(key) != null;
}