PropertyStore
A store for managing feature flag properties.
PropertyStore provides a collection-like interface for storing and retrieving properties with support for operator overloading and suspending operations.
Inheritors
Functions
Link copied to clipboard
Returns the number of properties in the store.
Link copied to clipboard
Creates a new property or updates it if it already exists (upsert operation).
Link copied to clipboard
Link copied to clipboard
Retrieves a property by name, throwing an exception if not found.
Link copied to clipboard
Retrieves a property's value directly, without the Property wrapper.
Link copied to clipboard
Retrieves a property's value, or returns a default if not found.
Link copied to clipboard
Lists all property ids in the store.
Link copied to clipboard
Removes a property from the store by id.
Link copied to clipboard
Adds a new property to the store.
Link copied to clipboard