Else class
A conditional block to execute only if condition is satisified.
This should come last in If.block.
Constructors
-
Else(List<
Conditional> then) -
If none of the proceding Iff or ElseIf are executed, then
then
will be executed. - Else.s(Conditional then)
-
If none of the proceding Iff or ElseIf are executed, then
then
will be executed.
Properties
- condition → Logic
-
A condition to match against to determine if then should be executed.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
then
→ List<
Conditional> -
The
Conditional
s to execute if condition is satisfied.finalinherited
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