removeByPath method

dynamic removeByPath(
  1. JsonPath path
)

Implementation

dynamic removeByPath(JsonPath path) {
  Maps.setByPath(this, path, null);
}