DVCOptionsBuilder class

A builder for constructing DVCOptions objects.

Constructors

DVCOptionsBuilder()

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

build() DVCOptions
Constructs a DVCOptions instance from the values currently in the builder.
configCacheTTL(int configCacheTTL) DVCOptionsBuilder
disableConfigCache(bool disableConfigCache) DVCOptionsBuilder
disableEventLogging(bool disableEventLogging) DVCOptionsBuilder
enableEdgeDB(bool enableEdgeDB) DVCOptionsBuilder
flushEventsIntervalMs(int flushEventsIntervalMs) DVCOptionsBuilder
logLevel(LogLevel logLevel) DVCOptionsBuilder
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