get

open operator override fun <T : Any> get(attribute: Attribute<T>): T?

通过 attribute 得到对应的数据。

Throws

如果存在对应名称但是类型不匹配的键与值。