contains

open suspend operator override fun contains(propertyId: String): Boolean(source)

Checks if a property with the given id exists in the store.

Usage: if ("featureName" in store) { ... }

Return

true if a property with the given id exists, false otherwise

Parameters

propertyId

the id of the property to check