remove method

void remove(
  1. String propertyName
)

Implementation

void remove(String propertyName) {
  _map.remove(propertyName);
}