void removeProperty(String propertyName)

Removes a property from this instance.

Use this method to use any reference of a property from this instance.

Source

void removeProperty(String propertyName) {
  valueMap.remove(propertyName);
}