get

open suspend operator override fun <T> get(propertyId: String): Property<T>?(source)

Retrieves a property by id.

Usage: val property = store["propertyName"]

Return

the property with the given id, or null if not found

Parameters

propertyId

the id of the property to retrieve