StatsigOptions class

Constructors

StatsigOptions({String? api, int initTimeout = 3, String? environment, String? overrideStableID})

Properties

api String?
The base url to use for all SDK network requests. Defaults to https://statsigapi.net/v1/
getter/setter pair
environment String?
Used to signal the environment tier the user is currently in.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initTimeout int
How long (in seconds) the Statsig client waits for the initial network request. Defaults to 3 seconds
getter/setter pair
overrideStableID String?
Overrides the auto generated StableID that is set for the device
getter/setter pair
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