isCommented property
      
      bool
      get
      isCommented
      
    
    
If true this node is commented (ignored).
Implementation
bool get isCommented => _commented;If true this node is commented (ignored).
bool get isCommented => _commented;