remove method

void remove(
  1. String propertyName
)

Implementation

void remove(String propertyName) {
  this[propertyName] = null;
}