AttributeKey

inline fun <T : Any> AttributeKey(name: String): AttributeKey<T>

Specifies a key for an attribute in Attributes

Parameters

T

is a type of the value stored in the attribute

name

is a name of the attribute for diagnostic purposes. Can't be blank