ConfigCatOptions class

Configuration options for ConfigCatClient.

Constructors

ConfigCatOptions({String baseUrl = '', DataGovernance dataGovernance = DataGovernance.global, PollingMode? mode, ConfigCatCache? cache, ConfigCatLogger? logger, Duration connectTimeout = const Duration(seconds: 10), Duration receiveTimeout = const Duration(seconds: 20), Duration sendTimeout = const Duration(seconds: 20), HttpClientAdapter? httpClientAdapter, FlagOverrides? override})
const

Properties

baseUrl String
final
cache ConfigCatCache?
final
connectTimeout Duration
final
dataGovernance DataGovernance
final
hashCode int
The hash code for this object.
no setterinherited
httpClientAdapter → HttpClientAdapter?
final
logger ConfigCatLogger?
final
mode PollingMode?
final
override FlagOverrides?
final
receiveTimeout Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendTimeout Duration
final

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