CfConfigurationBuilder class

Constructors

CfConfigurationBuilder()

Properties

debugEnabled bool
getter/setter pair
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() CfConfiguration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAnalyticsEnabled(bool analyticsEnabled) CfConfigurationBuilder
setConfigUri(String configUrl) CfConfigurationBuilder
setDebugEnabled(bool debugEnabled) CfConfigurationBuilder
setEventUrl(String eventUrl) CfConfigurationBuilder
setLogLevel(Level logLevel) CfConfigurationBuilder
setPollingInterval(int pollingInterval) CfConfigurationBuilder
setStreamEnabled(bool streamEnabled) CfConfigurationBuilder
setStreamUrl(String streamUrl) CfConfigurationBuilder
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited