removeProperty method

dynamic removeProperty(
  1. String key
)

Implementation

dynamic removeProperty(String key) => _properties.remove(key);