operator [] method

ConfigPath operator [](
  1. String value
)

Creates a ConfigPath selecting value in this path.

Implementation

ConfigPath operator [](String value) =>
    ConfigPath.fromParts([...parts, value]);