open expect class ThreadLocalRef<T>
Platform and version requirements: Common
<init>
ThreadLocalRef()
get
fun get(): T?
set
fun set(value: T?): Unit