add

fun add(key: String, value: String): PropertiesConfig

Adds the given key-value pair to the config and if the key already exists, it won't be overwritten

Return

This PropertiesConfig

Parameters

key

the key to add

value

the value to add