ConfigPath constructor

ConfigPath(
  1. String path
)

Implementation

ConfigPath(String path) : this.fromParts(path.split('.'));