setByPath method

void setByPath(
  1. JsonPath path,
  2. dynamic value
)

Implementation

void setByPath(JsonPath path, value) {
  Maps.setByPath(this, path, value);
}