withoutKey method

Object withoutKey(
  1. String key
)

Implementation

Object withoutKey(String key) {
  this.asObjectMap().remove(key);
  return this;
}