CloudXArbiterConfiguration class

The bids compared by one CloudX.arbiter call.

Constructors

CloudXArbiterConfiguration({required List<CloudXArbiterBid> bids})
Creates a configuration over bids. Supply every loaded candidate; a single bid wins without a service call, and no bids yield CloudXArbiterPlatform.none.
const

Properties

bids List<CloudXArbiterBid>
Bid candidates to compare.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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