class UnsupportedSetting<T>
<init>
UnsupportedSetting()
getValue
operator fun getValue(thisRef: Any?, prop: KProperty<*>): T
setValue
operator fun setValue(thisRef: Any?, prop: KProperty<*>, value: T): Unit