getProperty

abstract fun getProperty(key: String): V?

获取指定名称的属性值。

Return

对应的属性值 V。如果属性不存在,则返回 null

Parameters

key

属性名称。