DevCycleOptionsBuilder class

A builder for constructing DevCycleOptions objects.

Constructors

DevCycleOptionsBuilder()

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

apiProxyUrl(String apiProxyUrl) DevCycleOptionsBuilder
build() DevCycleOptions
Constructs a DevCycleOptions instance from the values currently in the builder.
configCacheTTL(int configCacheTTL) DevCycleOptionsBuilder
disableAutomaticEventLogging(bool disableAutomaticEventLogging) DevCycleOptionsBuilder
disableConfigCache(bool disableConfigCache) DevCycleOptionsBuilder
disableCustomEventLogging(bool disableCustomEventLogging) DevCycleOptionsBuilder
disableEventLogging(bool disableEventLogging) DevCycleOptionsBuilder
disableRealtimeUpdates(bool disableRealtimeUpdates) DevCycleOptionsBuilder
enableEdgeDB(bool enableEdgeDB) DevCycleOptionsBuilder
eventsApiProxyUrl(String eventsApiProxyUrl) DevCycleOptionsBuilder
flushEventsIntervalMs(int flushEventsIntervalMs) DevCycleOptionsBuilder
logLevel(LogLevel logLevel) DevCycleOptionsBuilder
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