DataSourceConfig class final

Constructors

DataSourceConfig({bool? useReport, bool? evaluationReasons, ConnectionMode? initialConnectionMode, PollingConfig? polling})
useReport determines if the data source will attempt to use the REPORT http method if possible. For streaming requests on the web platform report is not supported. The default value is false.

Properties

evaluationReasons bool
Include evaluation reasons.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialConnectionMode ConnectionMode
The mode to use for connections when the SDK is initialized.
getter/setter pair
polling → PollingConfig
Settings for the SDK polling data source.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useReport bool
The data source will attempt to use the reporting method if possible. The default value is false.
getter/setter pair

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