hasPath method

bool hasPath(
  1. String ref
)

Check if map contains data at given path

Implementation

bool hasPath(String ref) => elementAt(ref) != null;