name

abstract val name: String

The unique identifier name of the feature.

This should be a stable identifier that doesn't change over time. Common naming conventions include snake_case or camelCase.

Examples: "dark_mode", "newCheckoutFlow", "feature_premium_tier"