ExperimentConfigDefaults class abstract
Default values for ExperimentConfig fields.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- automaticExposureTracking → const bool
- Whether automatic exposure tracking is enabled by default.
- automaticFetchOnAmplitudeIdentityChange → const bool
- Whether to automatically fetch on Amplitude identity change by default.
- fetchOnStart → const bool
- Whether to fetch flags on start by default.
- fetchTimeoutMillis → const int
- Default fetch timeout in milliseconds.
- flagsServerUrl → const String
- Default flags server URL.
-
initialVariants
→ const Map<
String, Variant> - Default initial variants (empty).
- instanceName → const String
- Default instance name.
- logLevel → const LogLevel
- Default log level: LogLevel.warn.
- pollOnStart → const bool
- Whether to poll on start by default.
- retryFetchOnFailure → const bool
- Whether to retry fetch on failure by default.
- serverUrl → const String
- Default server URL.
- serverZone → const ServerZone
- Default server zone: ServerZone.us.
- source → const Source
- Default source: Source.localStorage.