CombinedCondition class
A combined condition that waits until all the given conditions are met.
- Inheritance
- Object
- SerializableWaitCondition
- CombinedCondition
Constructors
-
CombinedCondition(List<
SerializableWaitCondition> conditions) -
Creates a CombinedCondition condition. [...]
const
-
CombinedCondition.deserialize(Map<
String, String> jsonMap) -
Factory constructor to parse a CombinedCondition instance from the
given JSON map. [...]
factory
Properties
- conditionName → String
-
Identifies the name of the wait condition.
read-only, override
-
conditions
→ List<
SerializableWaitCondition> -
A list of conditions it waits for.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- requiresRootWidgetAttached → bool
-
Whether this command requires the widget tree to be initialized before
the command may be run. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
serialize(
) → Map< String, String> -
Serializes the object to JSON.
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited