remove method

void remove(
  1. dynamic object
)

Implementation

void remove(object) {
  properties.remove(object);
}