has method

bool has(
  1. String path
)

Implementation

bool has(String path) => _MapUtils.mapListWalker(data, path) != null;