@Nullable abstract fun inputPositionOf(key: String): DocumentPosition? (source)
Get the position where a key is defined in the TOML document.
key - A configuration key (e.g. "server.address.port").
IllegalArgumentException - If the key cannot be parsed.
Return
The input position, or null if the key was not set in this configuration.