operator [] method

LocalNode? operator [](
  1. String path
)

Implementation

LocalNode? operator [](String path) => provider![path];