StrategyOptions class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

StrategyOptions({bool failFast, String hostNonTLS, String hostTLS, String httpPath, bool ignoreNullOrigin, String key, bool loop, Timeline timeline, num timeout, num timeoutLimit, num ttl, bool useTLS})
factory

Properties

failFast bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostNonTLS String
getter/setter pair
hostTLS String
getter/setter pair
httpPath String
getter/setter pair
ignoreNullOrigin bool
getter/setter pair
key String
getter/setter pair
loop bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeline Timeline
getter/setter pair
timeout num
getter/setter pair
timeoutLimit num
getter/setter pair
ttl num
getter/setter pair
useTLS bool
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