handledPaths property

Iterable<JsonPath> get handledPaths

Implementation

Iterable<JsonPath> get handledPaths =>
    checkLoaded(() => handlers?.handled.keys ?? {});