An if statement.
Anything
DartIfStatement
DartStatement
DartNode
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
DartIfStatement(DartExpression condition, DartStatement thenStatement, DartStatement? elseStatement = null) Parameters:
|
Attributes | |
condition | Source Codeshared DartExpression condition |
elseStatement | Source Codeshared DartStatement? elseStatement |
thenStatement | Source Codeshared DartStatement thenStatement |
Inherited Attributes |
Attributes inherited from: DartNode |
Attributes inherited from: Object hash , string |
Methods | |
write | Source Codeshared actual void write(CodeWriter writer) Refines DartNode.write |
Inherited Methods |
Methods inherited from: DartNode |
Methods inherited from: Object equals |