remove method

dynamic remove (dynamic key)

Implementation

remove(dynamic key) {
  return _.remove(key);
}