property

suspend fun <T> property(propertyId: String): Property<T>?(source)

Retrieves a specific property by its identifier.

Return

The Property object, or null if not found

Parameters

T

The expected type of the property value

propertyId

The unique identifier of the property