addProperty

suspend fun <T> addProperty(property: Property<T>): ERROR CLASS: Unresolved name: apply(source)

Adds a property to the store.

If a property with the same name already exists, it will be replaced.

Return

This FF4k instance for method chaining

Parameters

property

The Property to add

Type Parameters

T

The type of the property value