isCascaded property
      
      bool
      get
      isCascaded
      
    
    
Whether this expression is cascaded.
If it is, then the target of this expression isn't stored locally but is stored in the nearest ancestor that is a CascadeExpression.
Implementation
bool get isCascaded;