remove method

dynamic remove(
  1. String key
)

Implementation

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