SubpluginOption

constructor(key: String, value: String)


constructor(key: String, lazyValue: Lazy<String>)

Creates an instance of option with the given key and lazy-initialized value.

Parameters

key

The key associated with this option.

lazyValue

The lazily-initialized value associated with the key.