rollout property
Percentage of users to receive the rollout (0.0 to 1.0).
When specified, enables gradual rollout where only a percentage of users receive the update initially. Useful for monitoring stability before full deployment.
Example: 0.25 = 25% of users
Implementation
final double? rollout;