elseElement property Null safety
Return the statement that is executed if the condition evaluates to
false
, or null
if there is no else statement.
Implementation
CollectionElement? get elseElement;
Return the statement that is executed if the condition evaluates to
false
, or null
if there is no else statement.
CollectionElement? get elseElement;