FeatureFlagData typedef

FeatureFlagData = ({bool isRemote, dynamic value})

Represents a raw feature flag value and its remote status.

Implementation

typedef FeatureFlagData = ({dynamic value, bool isRemote});