# Functions

NewAllFlagsBuilder creates a builder for constructing an AllFlags instance.
OptionClientSideOnly is an option that can be passed to LDClient.AllFlagsState().
OptionDetailsOnlyForTrackedFlags is an option that can be passed to LDClient.AllFlagsState().
OptionWithReasons is an option that can be passed to LDClient.AllFlagsState().

# Structs

AllFlags is a snapshot of the state of multiple feature flags with regard to a specific evaluation context.
AllFlagsBuilder is a builder that creates AllFlags instances.
FlagState represents the state of an individual feature flag, with regard to a specific evaluation context, at the time when LDClient.AllFlagsState() was called.

# Interfaces

Option is the interface for optional parameters that can be passed to LDClient.AllFlagsState.