getByPath method

dynamic getByPath(
  1. JsonPath path
)

Implementation

dynamic getByPath(JsonPath path) {
  Maps.getByPath(this, path);
}