FeatureFlagData typedef
Represents a raw feature flag value and its remote status.
Implementation
typedef FeatureFlagData = ({dynamic value, bool isRemote});
Represents a raw feature flag value and its remote status.
typedef FeatureFlagData = ({dynamic value, bool isRemote});