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); }
Removes a property from this instance.
Use this method to use any reference of a property from this instance.
void removeProperty(String propertyName) { valueMap.remove(propertyName); }