remove method

dynamic remove(
  1. String key
)

Implementation

remove(String key) {
  _data.remove(key);
}