removeProperty method

void removeProperty(
  1. String property
)

Implementation

void removeProperty(String property)
{
  _castToMap().remove(property);
}