get method

dynamic get(
  1. String path
)

Implementation

dynamic get(String path) => _MapUtils.mapListWalker(data, path);