var

inline fun <T : Any> var(name: CustomPropertyName<T>): T(source)
inline fun <T : Any> var(name: CustomPropertyName<T>, fallback: T): T(source)