menu
rohd
rohd
ElseIf
ElseIf constructor
ElseIf
brightness_4
ElseIf
constructor
Null safety
ElseIf
(
Logic
condition
,
List
<
Conditional
>
then
)
If
condition
is 1, then
then
will be executed.
Implementation
ElseIf(this.condition, this.then);
rohd
rohd
ElseIf
ElseIf constructor
ElseIf class
Constructors
ElseIf
s
Properties
condition
hashCode
runtimeType
then
Methods
noSuchMethod
toString
Operators
operator ==