remove method

dynamic remove(
  1. dynamic object
)

Implementation

remove(object) {
  this.properties.delete(object);
}