plusAssign

open suspend operator override fun <T> plusAssign(property: Property<T>)(source)

Adds a new property to the store.

Usage: store += property

Parameters

property

the property to add to the store