TransactionStore
class TransactionStore<T : Any>(val init: Transaction.() -> T? = null) : ReadWriteProperty<Any?, T?>
Class responsible for implementing property delegates of read-write properties in the current transaction's UserDataHolder
.