followablePath property

List<Object> followablePath

The path segments containing non-null values parsing could follow along

I.e. ['shoes'] for an empty shoes list

Implementation

List<Object> get followablePath =>
    path.take(_missingValueAtIndex ?? path.length).toList();