PollingConfig class

Polling configuration.

Constructors

PollingConfig({required Duration interval, required Duration timeout, required Duration retryDelay, required int maxRetries})
PollingConfig.defaults()
factory
PollingConfig.fromYaml(YamlMap yaml)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
interval Duration
Polling interval
final
maxRetries int
Maximum retries
final
retryDelay Duration
Retry delay on error
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration
Long-polling timeout
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