elseStatement property
      
      Statement?
      get
      elseStatement
      
    
    
The statement that is executed if the condition evaluates to false, or
null if there's no else statement.
Implementation
Statement? get elseStatement;