getPaths method

List<String> getPaths()

Returns all valid paths to access values from the scripts map.

Implementation

List<String> getPaths() {
  return paths ??= scripts!.getPaths();
}