addProperty

suspend fun <T> addProperty(property: Property<T>): FF4k(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

T

The type of the property value

property

The Property to add